30 lines
No EOL
887 B
YAML
30 lines
No EOL
887 B
YAML
# Command prefix to listen to
|
|
# DO NOT CHANGE THIS UNLESS YOU KNOW WHAT YOU ARE DOING
|
|
command_prefix: report
|
|
|
|
# Which reigons the bot should pay attention to
|
|
# Additionally, optionally whitelist specific accounts for each reigon
|
|
allowed_reigons:
|
|
foo:
|
|
- "@reports:fiftyfiftyonerarizona.org"
|
|
bar:
|
|
- "@reports:example.org"
|
|
- "@reports:example.com"
|
|
buzz:
|
|
aaa:
|
|
|
|
# Bot-specific configurations per reigon
|
|
reigon_configs:
|
|
arizona:
|
|
# Where and how the plugin will send the data to
|
|
server_url: "https://ntfy.sh"
|
|
server_topic: "changeme"
|
|
|
|
# If the plugin should use a username and password to send notifications
|
|
server_use_authentication: true
|
|
server_username: "no"
|
|
server_password: "way"
|
|
|
|
# If this bot should send a reaction to the message
|
|
# if the notification was successful
|
|
send_reaction: true |