A discord bot that gives a random color role to every member in a guild.
- Clone
https://github.com/valkyrienyanko/ColorBot.git - Download and install
LTSNode.js - Install yarn
npm i -g yarn - Run
yarn installin the project root directory - Generate a bot token from the Discord Developers Portal
- Update
.envwith your bot token - Start server with
yarn dev:server - Create an invite link for the bot by grabbing its token ID and putting it in the following URL
https://discordapp.com/api/oauth2/authorize?client_id=ID&scope=bot&permissions=27649 - Continue setup with
v!help
Check the current issues.
