-
Notifications
You must be signed in to change notification settings - Fork 0
/
extra_config.yml
47 lines (35 loc) · 1.13 KB
/
extra_config.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
# # # # # # # # # # # # # # # # # # # # # #
# Extra configuration, live reloadable. #
# # # # # # # # # # # # # # # # # # # # # #
# Prefix for commands.
prefix: "%"
# Reconnect to the server on disconnect.
reconnect: true
# API keys go here. Available as `bot.api_keys["<service>"]`
api_keys:
# openai: 'sk-proj-xxxxx'
# openweathermap: 'xxxxx'
# Define tripcode groups here. 'admins' is a required group.
# There is a special group called 'mods' that is automatically
# managed by the bot, containing all moderators in the channel.
# You can limit access to commands by group using the 'groups'
# option in the command's module metadata.
# Available as `bot.groups["<group>"]`
groups:
admins:
- 111111
- 222222
# trusted:
# - 333333
# - 444444
# Configuration options for individual modules go here. Options are
# NOT isolated by module, they're only split for readability and ease
# of use. Available as `bot.cmd_config["<event>"]["<name>"]["<option>"]`
cmd_config:
command:
help:
footer: "https://github.com/AnnikaV9/usv3-framework"
# event:
# name:
# option: value
# option: value