forked from EllieBotDevs/elliebot
Fixed greet/bye messages showing wrong message in the wrong server sometimes
Fixed the check for updates service Version upped to 5.1.12. Updated CHANGELOG.md
This commit is contained in:
parent
3ba1d06fd0
commit
487c7865cb
38 changed files with 101 additions and 74 deletions
src/EllieBot/_common/Configs
|
@ -28,7 +28,7 @@ public sealed partial class BotConfig : ICloneable<BotConfig>
|
|||
public CultureInfo DefaultLocale { get; set; }
|
||||
|
||||
[Comment("""
|
||||
Style in which executed commands will show up in the console.
|
||||
Style in which executed commands will show up in the logs.
|
||||
Allowed values: Simple, Normal, None
|
||||
""")]
|
||||
public ConsoleOutputType ConsoleOutputType { get; set; }
|
||||
|
|
Reference in a new issue