Ask Buddie Bot to manage the Discord server with some useful commands and automation. This bot assists users at the time of discussion that might come handy as well as our admins / mods to moderate and automate some tasks or annoucement.
- You have Node 14+ installed to align with our
tsconfig.json
forES2020
. - Fundamental knowledge of Typescript.
Want to contribute? Please check the guidelines below:
Please use development
branch rather than main
for the latest development changes.
- Fork the repository
- Create a feature/patch branch from
development
branch - Commit your changes
- push to the branch & open a pull request
If you want to add new feature to the bot, please raise an issue as well as join our Discord Server for discussion.
yarn install
yarn dev // for development
Please create a test bot application from your account & create a test server so that you can test the features. Below guide will help you to create a bot application in Discord.
Create an .env
file, look at the .env.example
file for reference. Store your bot token in the .env
file and you can begin testing the Bot in your own server. You will get the token from above step.
GNU General Public License