📄️ Reaction Roles (button) Bot
In this guide we will make a simple reaction roles bot. This will give us an opportunity to learn Discordeno while also making one of the most popular bot features. However, instead of reactions we will be using Discord's interaction API and use buttons instead. Using buttons will give us a lot of advantages. For example, this can be done without needing cache or database at all. This means it is possible to add this feature to your bot with minimal cost even at scale, since you do not need to store anything to make it work.
📄️ Using with Node.js
Discordeno supports Node.js by installing the @discordeno/bot package
📄️ Using with Deno
Discordeno supports Deno by using the npm: specifier for your import.
📄️ Using with Bun
Discordeno supports Bun by installing the @discordeno/bot package