mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Removed the mandatory requirement to enter the '!' after the discord prefix
This commit is contained in:
parent
327103182c
commit
d51c0a95de
14 changed files with 62 additions and 18 deletions
12
src/ConanServerManager/Config.Designer.cs
generated
12
src/ConanServerManager/Config.Designer.cs
generated
|
|
@ -2153,5 +2153,17 @@ namespace ServerManagerTool {
|
|||
this["DiscordBotWhitelist"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool DiscordBotPrefixFixed {
|
||||
get {
|
||||
return ((bool)(this["DiscordBotPrefixFixed"]));
|
||||
}
|
||||
set {
|
||||
this["DiscordBotPrefixFixed"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue