forked from TheretVM/Werewolf_Bot
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.py
51 lines (44 loc) · 1.45 KB
/
config.py
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
48
49
50
51
# Discord API / Login settings
WW_TOKEN = "NDAxNzE2MzgwODAzNTMwNzUy.Dm2kxA.r_PwUl5gZE0P9EFDZHu-7XKyyss"
TM_TOKEN = "yo_poppas_token"
DV_TOKEN = "yo_devils_token"
GH_TOKEN = "yo_deadies_token"
WEBHOOK_PUBLIC_ID = "488220391391887362"
WEBHOOK_PUBLIC_TOKEN = "2fp9iH072W48g0QbSo0us0zo5v0qQvKGzo618aOq_uryjUrV1r7Bn_pIhQL0Nu9E-nNC"
WEBHOOK_PRIVATE_ID = "488075058334400522"
WEBHOOK_PRIVATE_TOKEN = "a0bNalwX7yeci-mBAk50WjCtl2OfxErBBmrfvSTv6_C2Ey89j00jhkcKWfBbp-Uf8l_Y"
# Rules 'n' settings
max_channels_per_category = 50
max_participants = 40
max_cc_per_user = 8
activity_hours = 72
season = "1"
ww_prefix = '!'
ghost_prefix = '$'
devil_prefix = '+'
universal_prefix = "#!003-88-6521"
# Database settings
dynamic_config = "storage/dynamic.json"
general_database = 'storage/general.db'
database = 'storage/game.db'
shop_file = 'storage/shop.json'
stats_file = 'storage/stats.json'
item_file = 'storage/items.json'
max_channels_per_category = 50
# List of specific channels
welcome_channel = 425036088239980544
game_log = 485843514379337748
bot_spam = 394541968689987584
story_time = 485843933625188352
shop_channel = 394541968689987584
quotes = 487354468606803968
# List of specific roles
administrator = 400956179561447425
game_master = 375651524950360075
participant = 380494164627816448
dead_participant = 380493972100874242
frozen_participant = 432146998762668033
suspended = 382947666935414784
peasant = 396041262836351006
mayor = 382103216105717760
reporter = 382103338550034442