-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
42 lines (28 loc) · 699 Bytes
/
setup.py
File metadata and controls
42 lines (28 loc) · 699 Bytes
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
# ----- Discord Stuff -----
# Discord Bot Token
token = '[REDACTED]'
# Discord Bot App ID
AppID = '942460057034047598'
# PC role id
pc_role_id = 911270249754681386
# xbox role id
xbox_role_id = 911269873701765171
# psn role id
psn_role_id = 911269638892032000
# Team1 role id
a_role_id = 911266937818984499
# Team2 role id
b_role_id = 911267287103832115
# Team1 Channel
a_channel = 918053525131501580
# Team2 Channel
b_channel = 918053441283162122
# Guild ID
guild_id = 907039631172837457
# Reports Channel
r_channel = 942465457460482049
# ----- Tracker.gg Stuff -----
# Tracker.gg Auth Key
trackerkey = ''
# Current Season
season_num = 14