Garlic Bread is a fun, simple and useful bot written using Discord.JS
. It has some features that I needed for my guild. This bot is designed for casual, simple guilds.
- Customizable roles
- Dice rolling
- Random Kanye quotes
- Moderation tools
- Remote maintenance
... and more useful tools like 'userinfo' and 'avatar'.
- Clone the repo:
git clone https://github.com/VladCuciureanu/GarlicBread.git
- Duplicate the .env template:
cp .env .env.local
- Set the appropriate value for the environment variables inside:
DISCORD_TOKEN=CENSORED
TENOR_TOKEN=CENSORED
OWNERS=405688243292733440
DATABASE_URL="file:./dev.db"
- Build the source code:
npm build
- Run the following command and enjoy!
npm start
GarlicBread is distributed under the terms of the MIT License. Free for both commercial and research use.