Stability fixes. Version 1.2
This commit is contained in:
parent
25a7368798
commit
d3d57d7e0a
5 changed files with 116 additions and 39627 deletions
|
@ -1,12 +1,16 @@
|
|||
# Command prefix to listen to
|
||||
# Command prefix to send with
|
||||
# DO NOT CHANGE THIS UNLESS YOU KNOW WHAT YOU ARE DOING
|
||||
command_prefix: report
|
||||
|
||||
# How many seconds to wait between refreshes
|
||||
refresh_delay: 60
|
||||
# How many seconds to wait between refreshes.
|
||||
# Bot will wait out previously-set delay until the next one. Restart if needed.
|
||||
refresh_delay: 120
|
||||
|
||||
# Which rooms to send to, per region
|
||||
send_configs:
|
||||
# Coder will push reports to rooms listed under __global__ and the specific region.
|
||||
sendto:
|
||||
__global__:
|
||||
- "!example:example.com"
|
||||
arizona:
|
||||
- "!example:example.com"
|
||||
- "!example2:example.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue