mirror of
https://github.com/wah-su/stickerbridge.git
synced 2025-04-04 23:34:40 +00:00
chore: update bot example configuration
This commit is contained in:
parent
ead7ec5cb7
commit
7c78f527d4
1 changed files with 4 additions and 4 deletions
|
@ -30,13 +30,13 @@ command_prefix: "!sb"
|
|||
# Default Parameters Configuration of commands
|
||||
|
||||
import:
|
||||
set_primary: True
|
||||
save_json: True
|
||||
primary: True
|
||||
json: True
|
||||
update_pack: True
|
||||
|
||||
preview:
|
||||
space: null
|
||||
preview_url_base: null
|
||||
space: null # string or null
|
||||
preview_url_base: null # string or null
|
||||
update_room: True
|
||||
|
||||
log_level: INFO
|
||||
|
|
Loading…
Add table
Reference in a new issue