mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 00:40:07 +00:00
* update biome to v2 * Run biome check --write * Update biome.jsonc Co-authored-by: Link <lts20050703@gmail.com> * Fix config error * Bump biome version * Update website/yarn.lock * Update biome to 2.1.3 --------- Co-authored-by: Link <lts20050703@gmail.com>
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 postinstallto run the Discordeno Desired Properties CLIyarn buildto build the .ts files into .jsyarn start(ornode ./dist/index.js) to run the bot