discord-bot-best-practices icon indicating copy to clipboard operation
discord-bot-best-practices copied to clipboard

Best practices for making Discord bots.

Results 12 discord-bot-best-practices issues
Sort by recently updated
recently updated
newest added

Split up the parts into different categories/sections to have it more easy to read

Just an idea: Add 2 folders `discord.js` & `discord.py`, and reference the code that would let you follow these practices Example: how to set a bot’s mention as a prefix,...

Add the forward slash as a character to avoid for prefixes. It conflicts with chat line commands in the client itself.

Just in case they ever stop using discordapp.com.

i want a bot online created throught a application

Nobody likes giving out extra permissions that end up unused, the bot should request the permission it needs and error when it does not receive them. The bot should be...

**Don't execute no-idempotent commands if can't reply to them**. Mostly commands send a message to the user either on success or error. The user expects at least one reply when...