An open API service indexing awesome lists of open source software.

https://github.com/tiaansu/onami-bot-v1

A simple discord bot built with Discord.JS v14
https://github.com/tiaansu/onami-bot-v1

Last synced: 3 months ago
JSON representation

A simple discord bot built with Discord.JS v14

Awesome Lists containing this project

README

        


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](https://nodejs.org/en/) installed. I also strongly recommend [nodemon](https://www.npmjs.com/package/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](https://discord.com/developers/applications) to create an app and use the client token you are given for the `TOKEN` option. To set up your database go to [MongoDB](https://cloud.mongodb.com/) and create an account and choose their free tier.

## License

Released under the [MIT](https://opensource.org/licenses/MIT) license.

## Credits
* **Tiaansu** - [github](https://github.com/Tiaansu)