BushBot is a multipurpose moderation bot developed for Moulberry's Bush.
- Node.JS v16.8.0+
- Yarn
- node-canvas
- git
- A discord bot to use
- Clone the repo
- Install the dependencies with
yarn
- Copy the
src/config/example-options.ts
tosrc/config/options.ts
- Edit the
options.ts
with your credentials - Start the bot with
yarn start
- discord.js - The main library used to interface with discord
- discord-akairo - The framework the bot is built on