fix(deps): update dependency discord.js to v14.14.1 #914
ci.yml
on: pull_request
Linting
1m 27s
Typecheck source code
1m 26s
Build source code
1m 35s
Annotations
12 errors
Typecheck source code:
node_modules/discord.js/typings/index.d.ts#L1210
Type parameter declaration expected.
|
Typecheck source code:
node_modules/discord.js/typings/index.d.ts#L1210
Unknown keyword or identifier. Did you mean 'type'?
|
Typecheck source code:
node_modules/discord.js/typings/index.d.ts#L1210
Unexpected token. A constructor, method, accessor, or property was expected.
|
|
Typecheck source code:
node_modules/discord.js/typings/index.d.ts#L1211
Unexpected token. A constructor, method, accessor, or property was expected.
|
|
Typecheck source code:
node_modules/discord.js/typings/index.d.ts#L1213
Expression expected.
|
|
Typecheck source code:
node_modules/discord.js/typings/index.d.ts#L1213
An element access expression should take an argument.
|
Typecheck source code:
node_modules/discord.js/typings/index.d.ts#L1214
Expression expected.
|
Linting:
src/index.ts#L31
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Linting
Process completed with exit code 1.
|