Added .exprtoggleglobal / .extg which can be used to toggle usage of global expressions on the server

This commit is contained in:
Kwoth
2022-10-21 21:31:59 +02:00
parent bfec0cbcbf
commit cb98f4aa15
18 changed files with 10443 additions and 26 deletions

View File

@@ -95,6 +95,8 @@ public class GuildConfig : DbEntity
public int WarnExpireHours { get; set; }
public WarnExpireAction WarnExpireAction { get; set; } = WarnExpireAction.Clear;
public bool DisableGlobalExpressions { get; set; } = false;
#region Boost Message
public bool SendBoostMessage { get; set; }