-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
65 lines (54 loc) · 3.57 KB
/
config.toml
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
prefix = "pol " # prefixes for commands
[Chain]
min_limit = 1000 # min limit of message for a chain to work
max_limit = 25000 # max amount of messages for each user in the chain
length = 200 # length of the message generated by the chain
tries = 100 # amount of tries to generate a message
[Blacklist]
channels = [854899513642582056] # IDs of channels blocked from fetching messages from them
roles = [1086894336437919835] # IDs of roles blocked from using the commands
message = "Whoops, it seems like you have a role that is blacklisted! Sorry, but you cannot use this command!" # a message that will be sent to a user if they have a blacklisted role
[Commands]
[Commands.Fakekick] # settings for the `pol fakekick` command
author = 804259676409167902 # a user ID of the author of a `pol fakekick` message
content = "bye retard {user.name} # **{user.id}** https://tenor.com/view/watame-ripbozo-packwatch-restinpiss-gif-21991440" # the content for the message that will be sent with the `pol fakekick` command
[Commands.Gold] # settings for the `pol gold` command
content = "Sorry, this message requires the {guild.name} **GOLD** subscription to view it.\n\nTo purchase the {guild.name} **GOLD** subscription, please reply with your social credit score and physical address." # the content for the message that will be sent
colour = [255, 0, 0] # an RGB value of the embed colour that will be sent
[Commands.User] # settings for the `pol count` / `pol top` command
blacklist_path = "assets/blacklist.txt" # path to the file with censored words
stopwords_path = "assets/stopwords.txt" # path to the file with words that will not be counted
[Commands.Other] # settings for other commands
image_extensions = ["png", "jpg", "jpeg", "webp", "gif"] # a list of image extensions for the `pol image` command
video_extensions = ["mp4", "mov", "mkv", "webm"] # a list of video extensions for the `pol video` command
pol_pot_images = [ # a list of URLs for the `pol pot` command
"https://media.discordapp.net/attachments/1313950286959611964/1313953840751710308/pol_pot1.jpg",
"https://media.discordapp.net/attachments/1313950286959611964/1313953841091317770/pol_pot2.jpg",
"https://media.discordapp.net/attachments/1313950286959611964/1313953841359618099/pol_pot3.jpg",
"https://media.discordapp.net/attachments/1313950286959611964/1313953842010001428/pol_pot4.png",
"https://media.discordapp.net/attachments/1313950286959611964/1313953842357997728/pol_pot5.png"
]
pol_and_images = [ # a list of URLs for the `pol and` command
"https://tenor.com/view/poland-pl-poland-flag-flag-polish-flag-gif-10342714656137481402",
"https://tenor.com/view/alaynakitty-raeswae-miss-kitty-gif-2893353329644797506",
"https://tenor.com/view/scream-love-poland-gif-10918710646251769391",
"https://tenor.com/view/azumanga-daioh-tomo-takino-tomo-azumanga-poland-polish-gif-14047841104490219772",
"https://tenor.com/view/poland-fajen-polska-gurom-dancing-gif-16498246"
]
[Cooldowns]
[Cooldowns.Durations] # the key is the command name, the value is the number of seconds between the specific command execution for a user
impersonate = 5
echo = 5
fakekick = 5
gold = 5
count = 10
top = 10
bottom = 10
image = 30
video = 30
pot = 1
and = 1
[Cooldowns.Whitelist]
users = [] # a list of user IDs excluded from the cooldowns
roles = [] # a list of role IDs excluded from the cooldowns
channels = [1313950286959611964] # a list of channel IDs excluded from the cooldowns