Source code of discord bot for the genicsblog.com community.
Clone the repo and cd:
git clone https://github.com/genicsblog/genics-bot.git
cd genics-botInstall dependencies:
npm installMake .env file:
BOT_TOKEN="bot_token_here"
CLIENT_ID="client_id_here"
GUILD_ID="server_id_here"
Run dev script:
npm run devor start script:
npm run start