Custom bot for the stockfish discord,
made to easily link to wiki entries on discord.
git clone https://github.com/Disservin/stockfish-wiki-bot.git
cd stockfish-wiki-bot
git submodule update --init
npm install
Create a new application for discord here https://discord.com/developers/applications.
DISCORD_TOKEN=""
CLIENT_ID=""
GUILD_ID=""
GITHUB_API_TOKEN=""
Navigate to https://discord.com/developers/applications -> Bot -> Token.
Navigate to https://discord.com/developers/applications -> OAuth2 -> General and copy the CLIENT_ID
.
Enable Developer on Discord and right click on the server and copy the Server Id.
Generate your token here https://github.com/settings/tokens?type=beta
Refresh commands run
node deploy-commands.js
Start bot
node index.js