StormStarbrickYT / ZeropointBot

A moderation bot for the Alliance Reunited Discord server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zeropoint Bot

A moderation bot for the Alliance Reunited Discord server.


Local Bot Development Setup
Testing the application using a database on your own machine will require a localhost database setup:

  1. Create a .env in the root directory of the repository.
  2. Inside of the .env file, include the following:
DISCORD_BOT_TOKEN="<token>"
MONGO_URI="<uri>"

Replace <uri> and <discord bot token> with your MongoDB URI and Discord bot token.

Running The Bot

npm i
npm run dev

Note: You will need MongoDB and Node.js installed (with npm v7) to be able to build and run the bot.

About

A moderation bot for the Alliance Reunited Discord server.

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 100.0%