-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathconfig.yaml.sample
87 lines (82 loc) · 2.33 KB
/
config.yaml.sample
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# All settings are optional, simply remove ones you don't want to use
admin:
# User IDs that can perform admin commands
admin_ids:
- 398178392064655363
- 303599885800964097
# Role IDs which can perform admin commands
admin_roles:
- 589916036745396235
- 416789711034777600
- 431126363261370392
- 557648182872375318
- 430732639130091541
restrictions:
# Channel IDs that the bot won't post publicly in
no_spam_channels:
- 418556004389879810
- 429723223874207744
- 510539180842024980
- 431388013256245258
- 416306464970506240
- 416306340848336896
- 585626036574748684
- 416306504124071938
- 629704329112059914
- 626058996578648065
- 566268199210057728
- 527913097881452575
- 558350314827153408
- 507949950295080982
- 449894883633922059
- 507938838769958922
- 430202473613885450
# Minimum amount to rain
rain_minimum: 1000
# Roles that can receive rain
rain_roles:
- 431171347427622913
# Stats won't count in this channel
no_stats_channels:
- 416306340848336896
giveaway:
# Minimum amount required to start a giveaway
minimum: 1000
# Minimum amount to auto-start a giveaway (defaults to minimum)
minimum_auto_start: 1000
# Default auto started giveaway fee
auto_fee: 10
# Default auto started giveaway duration (in muted)
auto_duration: 30
# Max entry fee %
# E.g. if set to 10, and minimum is 1000 , max fee would be 100
max_fee: 5
# Minimum giveaway duration (minutes)
min_duration: 10
# Max giveaway duration (minutes)
max_duration: 60
# Additional channels to announce new giveaways in
# (It will always be announced in the channel it was started from)
announce_channels:
- 416344480820494356
- 431938659852353536
- 433102807239884800
- 436075697765875712
- 436840337252810753
- 436840559970091008
- 540860429719830538
- 572250989654966293
- 559649394262147082
# Some giveaway commands are deleted to prevent them from clogging up the chat
# Put channels here where you dont want them to be deleted.
no_delete_channels:
- 524557798416187392
# Restrict giveaway participation to specific role(s)
roles:
- 431171347427622913
server:
# The host/port of the bot's aiohttp server
# Used for callbacks and APIs
# Callback is at $host:$port/callback (e.g. 127.0.0.1:11337/callback)
host: 127.0.0.1
port: 11337