forked from EllieBotDevs/elliebot
Fixed some countries, replacements, updated bot.yml
This commit is contained in:
parent
3e35c6ffc7
commit
5b451cee74
8 changed files with 159 additions and 160 deletions
src/EllieBot/_common/Configs
|
@ -12,7 +12,7 @@ namespace EllieBot.Common.Configs;
|
|||
public sealed partial class BotConfig : ICloneable<BotConfig>
|
||||
{
|
||||
[Comment("""DO NOT CHANGE""")]
|
||||
public int Version { get; set; } = 7;
|
||||
public int Version { get; set; } = 8;
|
||||
|
||||
[Comment("""
|
||||
Most commands, when executed, have a small colored line
|
||||
|
|
Reference in a new issue