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
- Host: GitHub
- URL: https://github.com/tiaansu/onami-bot-v1
- Owner: Tiaansu
- License: mit
- Created: 2022-10-06T07:23:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T07:25:39.000Z (over 2 years ago)
- Last Synced: 2025-01-06T06:43:39.802Z (5 months ago)
- Language: JavaScript
- Size: 10.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Onami BotA 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)