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
LTS
Node.js - Install yarn
npm i -g yarn
- Run
yarn install
in the project root directory - Generate a bot token from the Discord Developers Portal
- Update
.env
with 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.