/BenpaiBot

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Benpai Bot

A Discord bot made by Benpai#0002 for usage in his server. It's written using the Discord.js library. It's a work in progress, so expect bugs and errors.

Features

  • Moderation
  • Fun
  • Utility
  • Music
  • And more!

Installation

  • Install Node.js
  • Clone the repository
  • Run npm up in the directory
  • Create a file called .env in the root directory with the following structure:
TOKEN="YOUR_TOKEN_HERE"
DB_HOST="URL_TO_MYSQL_SERVER"
DB_USER="USERNAME"
DB_PASS="PASSWORD"
DB_NAME="DATABASE_NAME"
  • Run node . to get started