Skip to content

rndm98/ZeropointBot

Repository files navigation

ZeropointBot

A moderation and systems utility bot for the Alliance Reunited Discord server.



Installation

This project utilizes pnpm. No other package manager is supported for this project.

To install dependencies for this project, open a command line interface at the directory of the cloned repository, and run:

pnpm install

This will create a node_modules directory in that of your project and link the packages there.

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.

Development

pnpm run dev

Note: You will need MongoDB and Node.js installed to be able to run the program.

About

A moderation bot for the Alliance Reunited Discord server.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors