Added leak and exec, moved from a config.json file to a .env file, other changes
This commit is contained in:
parent
ef071a39d4
commit
d661b58271
24 changed files with 216 additions and 58 deletions
18
.env.example
Normal file
18
.env.example
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Put MongoDB database URL here
|
||||
MONGO=
|
||||
|
||||
# Put Discord token here
|
||||
TOKEN=
|
||||
# Put Cat API token here
|
||||
CAT=
|
||||
# Put Mashape/RapidAPI key here
|
||||
MASHAPE=
|
||||
# Put Google API key here
|
||||
GOOGLE=
|
||||
# Put Google Custom Search ID here
|
||||
CSE=
|
||||
# Put DBL/top.gg token here
|
||||
DBL=
|
||||
|
||||
# Put snowflake ID of bot owner here
|
||||
OWNER=
|
Loading…
Add table
Add a link
Reference in a new issue