- Clone the repository
- Run
npm installin root directory - Create a
secrets.jswith contents:export const discordKey = 'Discord Bot API key'; export const chatBotKey = 'Pandorabots API key';
- Run
npm run buildto build the source - Run
npm run quickstartto start once it's built
To merge steps 4 & 5 together run npm run start This will build then start the bot in a single command
- Upvote/Downvote on messages with attachments
- Automod with custom regex rules
- Points system
- Quotes system
- Awarding roles for things (points, time in server, etc...)
- Magic 8 ball
- Announcing streams
- Announcing videos
- Welcome/Leaving messages
- Basic fun commands
- Points games
- Anything else I can think of