mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 08:50:07 +00:00
* Migrate eslint and prettier to biomejs This does NOT include examples/bigbot as it has its own formatter * Update to biome 1.8.0 * Readd dotenv dev dependency to rest During a merge it got lost
Reaction roles example bot
Example bot for reaction-roles using Discord Interactions and not classic reactions.
Setup
- Rename
.env.exampleto.envand add your bot token in theTOKENvariable - Replace
REPLACE WITH YOUR GUILD IDinsrc/register-commands.tswith your test guild id
Run the bot
yarnto install the dependenciesyarn buildto build the .ts files into .jsyarn start(ornode ./dist/index.js) to run the bot