mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Discord Bot Changes
- Have added All Profiles Alias global settings - Have changed the discord bot to handle the All Profile alias to performs commands against all profiles in the channel.
This commit is contained in:
parent
fc658b04dd
commit
1aa8d79108
19 changed files with 1227 additions and 1026 deletions
12
src/ConanServerManager/Config.Designer.cs
generated
12
src/ConanServerManager/Config.Designer.cs
generated
|
|
@ -2321,5 +2321,17 @@ namespace ServerManagerTool {
|
|||
this["RCON_MessageCommand"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("all")]
|
||||
public string DiscordBotAllServersKeyword {
|
||||
get {
|
||||
return ((string)(this["DiscordBotAllServersKeyword"]));
|
||||
}
|
||||
set {
|
||||
this["DiscordBotAllServersKeyword"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue