From a30517e8da497470d3c840531851b374a4d90f08 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 27 Mar 2021 22:26:05 +0530 Subject: * Airtable Config Changes * Adds Readme * Adds License --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..646e9c9 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +

LULBOT

+

+ lul-bot-logo +
+ A Discord bot writted for your server +
+

+
+ +## Documentation + + +### 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 +``` -- cgit v1.2.3