Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.39 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.39 KB

Maestro Bot v1.1 License: GPL v3

A bot that can be used for anything fun :)

For now it can give you memes in exchange of a text you provide, use

.show <your words>

Customize it the way you want, still in development phase and can be extended pretty quickly.

Steps to get the bot up and running:

  • Setup your Discord developer profile, and create an application for your bot here
  • Clone this repository using the command
git clone https://github.com/MohitR1999/maestro-bot.git
  • Make sure you have node and npm installed
  • Run cd maestro-bot and then do npm install
  • Install nodemon for automatic restarting of the bot when you do any changes. Use npm install nodemon -g
  • Create config.json file in the root directory of the repository. You need to add your BOT_TOKEN for the bot to work. Go to your discord developer account and generate it from here
  • Get your tenor API key by signing up for Tenor here
  • Structure your config.json file as follows:
{
    "BOT_TOKEN": "YOUR_BOT_TOKEN",
    "TENOR_API_KEY": "YOUR_TENOR_API_KEY",
}
  • Run npm start in the root directory of maestro-bot, and you can use it for everything fun :)