-
Notifications
You must be signed in to change notification settings - Fork 11
/
config.default.yml
63 lines (63 loc) · 1.58 KB
/
config.default.yml
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
guild_id: 000000000000000000
emoji_guild_ids: [000000000000000000]
bot:
token: your_bot_token
prefix: "!"
status: "your commands!"
log_level: "INFO"
webhook_url: "https://canary.discord.com/api/webhooks/000000000000000000/xxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
intents:
messages: True
message_content: True
guilds: True
members: True
bans: True
reactions: True
case_insensitive: True
sync_commands: True
sync_on_cog_reload: True
emoji:
"yes": 000000000000000000
"no": 000000000000000000
roles:
staff: 000000000000000000
trial_mod: 000000000000000000
chat_mod: 000000000000000000
muted: 000000000000000000
restricted: 000000000000000000
vip: 000000000000000000
nitro_booster: 000000000000000000
categories:
tickets: 000000000000000000
moderation: 000000000000000000
logs: 000000000000000000
development: 000000000000000000
channels:
public:
questions_and_help: 000000000000000000
mod:
moderation: 000000000000000000
logs:
mute_log: 000000000000000000
ticket_log: 000000000000000000
nitro_log: 000000000000000000
server:
tickets: 000000000000000000
starboard:
star_limit: 0
channel_id: 000000000000000000
blacklisted: [000000000000000000]
reddit:
subreddit: "snackbox"
channel: 000000000000000000
client_id: your_reddit_client_id
client_secret: your_reddit_client_secret
user_agent: "Chiya:v1.0.0 (for /r/snackbox)"
database:
database: chiya
host: mariadb
user: chiya
password: your_secure_password
privatebin:
url: "https://privatebin.net"
timeout_limit: 3600