Fixed some countries, replacements, updated bot.yml

This commit is contained in:
Toastie 2024-09-14 15:11:14 +12:00
parent 3e35c6ffc7
commit 5b451cee74
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
8 changed files with 159 additions and 160 deletions
src/EllieBot/data

View file

@ -1,5 +1,5 @@
# DO NOT CHANGE
version: 7
version: 8
# Most commands, when executed, have a small colored line
# next to the response. The color depends whether the command
# is completed, errored or in progress (pending)
@ -80,16 +80,6 @@ blocked:
modules: []
# Which string will be used to recognize the commands
prefix: .
# Toggles whether your bot will group greet/bye messages into a single message every 5 seconds.
# 1st user who joins will get greeted immediately
# If more users join within the next 5 seconds, they will be greeted in groups of 5.
# This will cause %user.mention% and other placeholders to be replaced with multiple users.
# Keep in mind this might break some of your embeds - for example if you have %user.avatar% in the thumbnail,
# it will become invalid, as it will resolve to a list of avatars of grouped users.
# note: This setting is primarily used if you're afraid of raids, or you're running medium/large bots where some
# servers might get hundreds of people join at once. This is used to prevent the bot from getting ratelimited,
# and (slightly) reduce the greet spam in those servers.
groupGreets: false
# Whether the bot will rotate through all specified statuses.
# This setting can be changed via .ropl command.
# See RotatingStatuses submodule in Administration.