Skip to content

Tiaansu/onami-bot-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onami Bot

A simple bot built with discord.js v14

Installation

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.

Setting Up

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.

License

Released under the MIT license.

Credits

About

A simple discord bot built with Discord.JS v14

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published