mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 15:18:21 +00:00
parent
95af1fc482
commit
897f22a882
2 changed files with 19 additions and 1 deletions
19
.env.example
Normal file
19
.env.example
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
DISCORD_TOKEN=
|
||||
MONGO_TOKEN=
|
||||
GIPHY_TOKEN=
|
||||
WEBHOOK_ID=
|
||||
WEBHOOK_TOKEN=
|
||||
DISCORD_ID=
|
||||
|
||||
# Not neccessary variables
|
||||
# Wondering how to get these? Check out https://github.com/CorwinDev/Discord-Bot#requirements
|
||||
DISCORD_STATUS="Listening to meself, I'm a stupid bot, https://github.com/corwindev/discord-bot"
|
||||
RADIO=
|
||||
TOPGG_TOKEN=
|
||||
SPOTIFY_CLIENT_ID=
|
||||
SPOTIFY_CLIENT_SECRET=
|
||||
LAVALINK_HOST=lava.link
|
||||
LAVALINK_PASSWORD=I'm a secret
|
||||
LAVALINK_PORT=80
|
||||
LAVALINK_SECURE=false
|
||||
OPENAI=
|
||||
|
|
@ -61,7 +61,6 @@
|
|||
"moment": "^2.29.4",
|
||||
"moment-duration-format": "^2.3.2",
|
||||
"moment-timezone": "^0.5.39",
|
||||
"mongodb": "^6.5.0",
|
||||
"mongoose": "^6.8.0",
|
||||
"ms": "^2.1.3",
|
||||
"node-fetch": "^2.6.6",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue