Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 3.09 KB

README.md

File metadata and controls

64 lines (53 loc) · 3.09 KB

Tanzanite is a multipurpose moderation and utility bot. It contains an extensive auto-moderation system, leveling features, message highlighting, and information commands.

Set Up

Prerequisites

Steps

  • Clone the repo
  • Install the dependencies by running yarn install
  • Copy config/options.example.ts to config/options.ts
    • Modify config/options.ts with your bot token and postgres login
  • Copy lib/badlinks-secret.example.ts to lib/badlinks-secret.ts
  • Start the bot with yarn start
    • Run yarn dev to start the bot using incremental compilation

Contributing

If you would like to contribute to the bot feel free to open a pull request and one of the devs will look at it.

Credits