A small Discord bot project, written in JavaScript.
git clone https://github.com/yo-louk/louk-bot
- Copy
config.example.json
toconfig.json
and fill in - Create
.env
file and copytoken=[BOT TOKEN]
npm install
node ./src/index.js live
ORnpm run prod
(if using pm2)