askbuddie / askbuddie-bot

Ask Buddie Discord server bot to manage the server with some useful commands and automation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

askbuddie-icon

Ask Buddie Bot

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.

Table Of Contents

Prerequisites

  • You have Node 14+ installed to align with our tsconfig.json for ES2020.
  • Fundamental knowledge of Typescript.

Contributing

Want to contribute? Please check the guidelines below:

Contributing Guide

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.

Development Setup

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.

License

GNU General Public License

About

Ask Buddie Discord server bot to manage the server with some useful commands and automation.

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.4%Language:Shell 0.5%Language:Procfile 0.1%