* Airtable Config Changes

* Adds Readme
* Adds License
This commit is contained in:
Indrajith K L
2021-03-27 22:26:05 +05:30
parent 37adcb0561
commit a30517e8da
4 changed files with 714 additions and 12 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
<h1 align="center">LULBOT</h1>
<p align="center">
<img src="assets/logo.png" alt="lul-bot-logo" width="120px" height="120px"/>
<br>
<i>A Discord bot writted for your server</i>
<br>
</p>
<hr>
## 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)
<br>
```
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
```