Bottimus is a fun Discord bot with a wide variety of entertaining & helpful commands.
To add Bottimus to a server, click here. This will require server management permissions.
Originally, Bottimus was created to help with event planning and other management tasks for a gaming community. Since that community closed, Bottimus' development has focused on creating new games and utility commands.
- !dailyspin to earn free coins every day!
- Earn currency by playing games such as !trivia, !typeracer, and !hangman
- Gamble your coins away with !scratchcard and !roulette
- Save up 1000 coins to redeem a !prize
3049 unique prizes, designed by the fantastic Dan Oak
- !catfact
- !numberfact
- !8ball
- !dice
Generate colourful source engine texture packs! This functionality is currently in beta testing, and is only available in selected servers.
Bottimus is powered by discord.js - you will NodeJS 12.x or higher to run this project.
Install dependencies with npm:
npm install
You also need to provide a Discord API key in development.env
:
DISCORD=<api_key_here>
Build the Typescript project & then boot Bottimus:
npm run build
npm run serve