Multipurpose modular Discord bot.
- Clone
https://github.com/valkyrienyanko/ValksBot.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
- Create a
.env
File with Bot Token (BOT_TOKEN=BotTokenHere
) - 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
Read this if you're interested in contributing.