A simple bot built with discord.js v14
git clone https://github.com/Tiaansu/onami-bot.git
after cloning, run an
npm install
to snag all of the dependencies. Of course, you need node installed. I also strongly recommend nodemon as it makes testing much easier.
First, you need to rename .env.example
file to .env
and then fill-up the field.
TOKEN="YOUR_BOT_TOKEN"
MONGODB_URI="YOUR_MONGODB_LOGIN_CONN"
BETA_STATUS="BETA_STATUS_TRUE_and_FALSE"
BETA_TOKEN="YOUR_BETA_BOT_TOKEN"
Visit the Discord Developer Portal to create an app and use the client token you are given for the TOKEN
option. To set up your database go to MongoDB and create an account and choose their free tier.
Released under the MIT license.
- Tiaansu - github