Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 477 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 477 Bytes

genics-bot

Source code of discord bot for the genicsblog.com community.

Local setup

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