Skip to content

genicsblog/genics-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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