Using a single codebase for Discord slash commands & message commands
A good way to migrate before message content becomes privileged
Aug 17, 20216 min read790

Search for a command to run...
Articles tagged with #bot
A good way to migrate before message content becomes privileged

2 days ago I set out to create the first ever Discord bot for the Hashnode platform. Today marks the day of its first release. In this article I will go over what it does/how it does it, why I made it, and how you can set it up on your own discord! B...

Please note that if you are a skilled programmer I recommend you use classes instead of plain scripts for commands All of the code mentioned here is at this GitHub repo: https://github.com/Floffah/blog-code-djscommandhandler To follow this tutorial y...
