-
Hello, I can't launch the bot with both commands. Here is the error message
DiscordAPIError[20012]: You are not authorized to perform this action on this application
at SequentialHandler.run…
AZDFR updated
2 years ago
-
### Part of the guide or code sample the question is about
https://discordjs.guide/preparations/setting-up-a-bot-application.html#token-leak-scenario
### Question
Hi I am looking at the list of pos…
-
Discord recently added "slash commands", which is a platform-supported method of defining bot commands, subcommands and arguments. It gives features like command completion, a better UI and discoverab…
-
Hi there!
For the past few days I've been trying to figure out why the markdown-it render() output is different in my development environment from my production environment.
Let's use [this](htt…
-
this will break things
-
**Describe the bug**
Some error generated by `discord.js` causing bot to restart. Logs related to this crash are listed below:
```
Oct 10 13:26:00 Core node[774]: /opt/cognitum/node_modules/@sapp…
-
The addition to discord.js requiring [Intents](https://discordjs.guide/popular-topics/intents.html#privileged-intents) to be declared has broken the bot's functionality in DMChannels.
-
### **Description du bug :**
Au lancement de la commande le serveur nous retourne une message d'erreur dans la console
```node
unhandledRejection : DiscordAPIError[50035]: Invalid Form Body
name…
-
Since Discord.js v13 is out. I'll probably update the bot to v13 as well, as it brings in the implementation of Buttons and Slash Commands.
I made a separate branch for Djs-v13 so all the PRS will …
-
When using the `/create` command if the title is '@', the bot will crash.
```
DiscordAPIError[50035]: Invalid Form Body
name[BASE_TYPE_REQUIRED]: This field is required
at SequentialHandler.…