-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env_example
47 lines (37 loc) · 1.25 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
36
37
38
39
40
41
42
43
44
45
46
47
# Example of what your .env file should look like
# ubisoft login info
UBI_LOGIN = ""
UBI_PASSWORD = ""
USER_AGENT = ""
# bot password
DISCORD_TOKEN=
# id of the guild the bot is in (unused if global scope is used)
GUILD_ID=
# Database file name (e.g. "team.sqlite")
DB_FILE = ""
# Google service account credentials file, to make the bot able to upload data to Google Sheets
# (e.g. "my_credentials.json")
CREDENTIALS_FILE=""
# Nadeo stuff, will be set automatically
NADEO_ACCESS_TOKEN=''
NADEO_REFRESH_TOKEN=''
NADEO_LIVESERVICES_ACCESS_TOKEN=''
NADEO_LIVESERVICES_REFRESH_TOKEN=''
# Twitter stuff, Nitter is used to get data
# Note: Nitter is shut down, so this does not work anymore
#NITTER_BASE_URL=""
#NITTER_ACCOUNT_URL=""
# latest_tweet_date will be set automatically
#LATEST_TWEET_DATE=''
# Discord channel & message IDs, used for various bot features.
# Do not set manually, instead set these using the /bot discord_channel_id_update command.
DISCORD_TWITTER_CHANNEL=''
DISCORD_TWITCH_CHANNEL=''
DISCORD_COTD_CHANNEL=""
DISCORD_ROSTER_CHANNEL=""
DISCORD_ROSTER_MESSAGE=""
# Cotd stuff, will be set automatically
TOTD_MAP_ID=''
TOTD_MAP_NAME=''
#Daylight savings, use /bot toggle_daylight_savings to toggle (1 = active, 0 = not active)
DAYLIGHT_SAVINGS=0