forked from mxz7/nypsi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
30 lines (24 loc) · 900 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# discord bot token
BOT_TOKEN = token here
# topgg token for topgg related shit
TOPGG_TOKEN = token here
# self explanatory
HYPIXEL_TOKEN = token here
IMGUR_CLIENTID = id here
IMGUR_CLIENTSECRET = token here
IMGUR_REFRESHTOKEN = token here
IMGBB_TOKEN = token here
LASTFM_TOKEN = token here
# encrypt key to encrypt data for storage (message content)
ENCRYPT_KEY = key to encrypt data
# database uri / url to connect to
DATABASE_URL = database url for postgresql
# webhooks for automatic messages
BOTLOGS_HOOK = webhook url for bot logs in discord
LOTTERY_HOOK = webhook url for lottery
TOPGLOBAL_HOOK = webhook url for top balance global
TOPCOMMANDS_HOOK = webhook url for sending top commands stats
WHOLESOME_HOOK = webhook url for wholesome suggestions
ANTICHEAT_HOOK = webhook url for anticheat messages
PAYMENTS_HOOK = webhook url for payment logs
GAMBLE_HOOK = webhook url for gamble logs