discord.js-modules icon indicating copy to clipboard operation
discord.js-modules copied to clipboard

Modularisation of discord.js (WIP)

Results 9 discord.js-modules issues
Sort by recently updated
recently updated
newest added

### Issue description When I deploy the following code using async/await my application exits immediately with no error code intermittently (usually 1 of every 4 or 5 tries). ### Code...

bug
rest

**Please describe the changes this PR makes and why it should be merged:** Discord and djs both use files to classify all attachments, we should follow suit. **Status and versioning...

**Please describe the changes this PR makes and why it should be merged:** I heard you wanted a nice and complete sharder. :eyes: Sadly, this system is not compatible with...

semver:minor

**Please describe the changes this PR makes and why it should be merged:** Both user and guild banners can be animated now: - discord/discord-api-docs#3948 **Status and versioning classification:**

semver:minor
rest

### Issue description Follow this guide https://discordjs.guide/interactions/registering-slash-commands.html#subcommands Build application using typescript Cannot find name 'URLSearchParams' in RequestManager.d.ts:42 A simple import would fix this and I am unable to build my...

bug

I am getting this error when trying to use `tsc`: ``` node_modules/@discordjs/rest/dist/lib/handlers/IHandler.d.ts:1:34 - error TS7016: Could not find a declaration file for module 'node-fetch'. '/home/chris/WebstormProjects/socom-discord-bot/node_modules/node-fetch/lib/index.js' implicitly has an 'any' type....

**Please describe the changes this PR makes and why it should be merged:** Migration of https://github.com/discordjs/discord.js/pull/6410 to package here. This package offers typeguards for otherwise tedious manual typeguards. It will...

feature request

**Please describe the changes this PR makes and why it should be merged:** Update README.md with a little infromation by @almostSouji so people can see what this repository is at...

**Please describe the problem you are having in as much detail as possible:** As I noticed in: https://github.com/discordjs/discord.js-next/blob/6ebe80f1d3f72c6d66e515620c590d4cd6398a15/packages/rest/src/lib/RequestManager.ts#L119 and https://github.com/discordjs/discord.js-next/blob/6ebe80f1d3f72c6d66e515620c590d4cd6398a15/packages/rest/src/lib/handlers/SequentialHandler.ts#L167 Hashes will the be empty at first and will just...

bug
priority:high
rest