forked from mxz7/nypsi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
35 lines (27 loc) · 1.09 KB
/
.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
31
32
33
34
35
# discord bot token
BOT_TOKEN = token here
# topgg token for topgg related shit
TOPGG_TOKEN = token here
# self explanatory
DISCORD_IMAGE_AVATAR_CHANNEL = id here
DISCORD_IMAGE_CHANNEL = id 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
DATABASE_DIRECT_URL = direct url for postgres (only necesarry if above is pooled, just use the same for this)
# verification token for kofi purchases
KOFI_VERIFICATION = token
# api key for posting analytics to statcord
STATCORD_KEY = key
# 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
ACHIEVEMENTS_HOOK = webhook url for achievements