-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.py
More file actions
32 lines (27 loc) · 725 Bytes
/
data.py
File metadata and controls
32 lines (27 loc) · 725 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
# Guild
GUILD_ID = 1031690140025880657
# Channels
FLOOP_CHANNELS = [
[1032000304343961630, True],
[1031690140025880660, True],
[1032305788494037082, True]
]
APPLICATION_CHANNEL = 1048989285447122987
APPLICATION_LOGS = 1049000955116539994
IDEA_CHANNEL = 1045409126202736670
DEVELOPER_GENERAL = 1045711097790988339
GENERAL_CHANNEL = 1031690140025880660
RESOURCES_CHANNEL = 1031996059905433612
# Categories
PROJECTS_CATEGORY = 1045409347397767178
# Emotes
EMOJI_CHECKMARK = 1048989413889282058
EMOJI_CROSSMARK = 1048989485339259031
# Roles
ROLE_DEVELOPER = 1045408918916055179
ROLE_NEW_DEV = 1046485274303148072
ROLE_PRIORITY = 1043972448493781042
# Webhooks
# Blacklist
BLACKLIST_ROLES = []
BLACKLISTED_USERS = []