Indrajith K L 187e6bc1f2 *New Feature
* Cowin API integration
* Command ```!vaccine 110009 25-05-2021```
2021-05-13 02:57:54 +05:30
2021-03-27 22:26:05 +05:30
2021-05-13 02:57:54 +05:30
2021-03-11 16:23:40 +05:30
2021-03-27 22:26:05 +05:30
2021-05-13 02:57:54 +05:30
2021-05-13 02:57:54 +05:30
2021-03-27 22:41:43 +05:30

LULBOT

lul-bot-logo
A Discord bot written for your server


Documentation

  • main.js is the entry file
  • commands.config.json is the main config file which holds the command & command file path.
  • src/commands folder contains all the commands that is configured in commands.config.json. A mandatory method execute should be implemented, that will be the default execution method while triggerring a command

Prerequisites

  • Install Node.js 12.x or higher
  • Install nodemon (this is for development only)

Setup

Before running this project you must create a .env file which should contains the following keys (This can be changed in the source code)

LUL_BOT_TKN=Your_Discord_Bot_token
TENOR_TOKEN=Tenor_token // this used for generating gifs
AIRTABLE_KEY=Airtable_key // this is currently used to store data for my CoD mobile loadouts

Credits

CodeLyon - For discord.js getting started videos

Support Me

Support ♥ me via Ko-Fi

Description
No description provided
Readme 222 KiB
Languages
JavaScript 100%