Add application emojis #732
Annotations
16 errors and 3 warnings
golangci:
rest/applications.go#L1
: # github.com/disgoorg/disgo/rest
|
golangci:
rest/rest.go#L27
cannot use (*restImpl)(nil) (value of type *restImpl) as Rest value in variable declaration: *restImpl does not implement Rest (ambiguous selector *restImpl.CreateEmoji)
|
golangci:
rest/rest.go#L31
cannot use &restImpl{…} (value of type *restImpl) as Rest value in return statement: *restImpl does not implement Rest (ambiguous selector *restImpl.CreateEmoji) (typecheck)
|
golangci:
bot/client.go#L11
could not import github.com/disgoorg/disgo/rest (-: # github.com/disgoorg/disgo/rest
|
golangci:
rest/rest.go#L27
cannot use (*restImpl)(nil) (value of type *restImpl) as Rest value in variable declaration: *restImpl does not implement Rest (ambiguous selector *restImpl.CreateEmoji)
|
golangci:
rest/rest.go#L31
cannot use &restImpl{…} (value of type *restImpl) as Rest value in return statement: *restImpl does not implement Rest (ambiguous selector *restImpl.CreateEmoji)) (typecheck)
|
golangci:
events/interaction_events.go#L5
could not import github.com/disgoorg/disgo/rest (-: # github.com/disgoorg/disgo/rest
|
golangci:
rest/rest.go#L27
cannot use (*restImpl)(nil) (value of type *restImpl) as Rest value in variable declaration: *restImpl does not implement Rest (ambiguous selector *restImpl.CreateEmoji)
|
golangci:
rest/rest.go#L31
cannot use &restImpl{…} (value of type *restImpl) as Rest value in return statement: *restImpl does not implement Rest (ambiguous selector *restImpl.CreateEmoji)) (typecheck)
|
golangci:
events/listener_adapter.go#L4
"fmt" imported and not used (typecheck)
|
gobuild:
rest/rest.go#L27
cannot use (*restImpl)(nil) (value of type *restImpl) as Rest value in variable declaration: *restImpl does not implement Rest (ambiguous selector *restImpl.CreateEmoji)
|
gobuild:
rest/rest.go#L31
cannot use &restImpl{…} (value of type *restImpl) as Rest value in return statement: *restImpl does not implement Rest (ambiguous selector *restImpl.CreateEmoji)
|
gobuild
Process completed with exit code 1.
|
gotest:
rest/rest.go#L27
cannot use (*restImpl)(nil) (value of type *restImpl) as Rest value in variable declaration: *restImpl does not implement Rest (ambiguous selector *restImpl.CreateEmoji)
|
gotest:
rest/rest.go#L31
cannot use &restImpl{…} (value of type *restImpl) as Rest value in return statement: *restImpl does not implement Rest (ambiguous selector *restImpl.CreateEmoji)
|
gotest
Process completed with exit code 1.
|
golangci
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
gobuild
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
gotest
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|