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
|
# Default Parameters Configuration of commands
|
||||||
|
|
||||||
import:
|
import:
|
||||||
set_primary: True
|
primary: True
|
||||||
save_json: True
|
json: True
|
||||||
update_pack: True
|
update_pack: True
|
||||||
|
|
||||||
preview:
|
preview:
|
||||||
space: null
|
space: null # string or null
|
||||||
preview_url_base: null
|
preview_url_base: null # string or null
|
||||||
update_room: True
|
update_room: True
|
||||||
|
|
||||||
log_level: INFO
|
log_level: INFO
|
||||||
|
|
Loading…
Add table
Reference in a new issue