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-bot
Install dependencies:
npm install
Make .env
file:
BOT_TOKEN="bot_token_here"
CLIENT_ID="client_id_here"
GUILD_ID="server_id_here"
Run dev script:
npm run dev
or start script:
npm run start