-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.yaml
43 lines (37 loc) · 1.04 KB
/
config.yaml
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
# File names for when kamran is kicked
kick_kamran_audio_files:
- "kamran_self1.mp3"
- "kamran_self2.mp3"
- "kamran_self3.mp3"
- "kamran_self4.mp3"
- "kamran_self5.mp3"
- "kamran_self6.mp3"
- "kamran1.mp3"
- "kamran2.mp3"
- "kamran3.mp3"
- "kamran4.mp3"
- "kamran5.mp3"
- "kamran6.mp3"
- "kamran7.mp3"
- "kamran8.mp3"
- "kamran9.mp3"
- "kamran10.mp3"
- "kamran11.mp3"
- "kamran12.mp3"
- "kamran13.mp3"
# File names for when caller is kicked
kick_caller_audio_file: "kamran_ayyah.mp3"
kick_hassan_audio_file: "kamran_hassan3.mp3"
# File names for when kamran is not in channel
celebration_audio_file: "kamran_mord.mp3"
# Kamran's unique id
kamran_uid: 336082523010629632
# Increase in chance to kick caller each time kamran is kicked (between 0 & 1)
caller_kick_chance_step: 0.10
# Name of the channel bot will listen to commands and send responses
bot_commands_channel: "bot-commands"
# MongoDB configs
# Password should be put in .env file
mongo_address: "localhost"
mongo_username: "AoKBot"
mongo_db_name: "AttackOnKamran"