client icon indicating copy to clipboard operation
client copied to clipboard

A Typescript NodeJS library to interact with Discord's API, both Rest and Gateway.

Results 17 client issues
Sort by recently updated
recently updated
newest added

Is there anything I need to do get PRESENCE_UPDATE updates? my code looks like this ``` client.on(ClientEvents.PRESENCE_UPDATE, handler) ```

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-structure

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

Version: `[email protected]` Running code: ```ts .prefixes.custom.toString() ``` Produces: ``` BaseSet(1) [BaseSet (1 items)] { '#!' } ``` I think the output should display the length only once.

tried to add logging in `uploadApplicationCommands` and `validateCommands`, got nothing.

This pull requests changes the documentation generator from typedoc to ts-docs. if you don't want to document external references from `node-fetch` and `http`, then we can move the options to...