-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.py
42 lines (36 loc) · 1.57 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
EMBED_CONFIG = {
"baby": "", # Maine Embed Title here
"googoogaga": "", # Main Embed Description here
"color": 0xFF5733, # Change embed color if you want (red)
"fields": [
{"name": "second", "value": "wrench dolls fragile snatch ring soft bells ten follow mighty", "inline": False}, # Embed Field → Juste Modify → Just edit the empty places
{"name": "test", "value": "test", "inline": False},
{"name": "test","value": "test", "inline": False}, # Exemple → "name": "Title 1", "value": "Hello, here is my message", "inline": False
],
"image": "", # Embed Icon url here → https://image.jpg
"footer": "", # Embed Footer here
}
SERVER_CONFIG = {
"new_name": "/caca/ - Cacaborea", # New Server Name here
"new_icon": "https://wiki.soyjak.st/images/d/de/SoobBaby.png", # New Server Icon url here → https://image.jpg
"new_description": "i ate the pink stuff on dada's floor, i luv pink stuff on dada floor", # New Server Description here
}
WEBHOOK_CONFIG = {
"default_name": "Baby", # Webhook Name here
}
AUTO_RAID_CONFIG = {
'num_channels': 15, # Number of channels
'channel_type': 'text', # text/voice
'channel_name': '', # Channel name
'num_messages': 5, # Number of message to spam
'message_content': 'second' # Spam Message
}
NO_BAN_KICK_ID = {
000000000000, # Put Whitelist ID
111111111111, # No Ban & No Kick
222222222222,
}
BOT_PRESENCE = {
"type": "watching", # "playing", "listening", or "watching"
"text": "Tyrone" # Your text presence
}