mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +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
|
|
@ -278,6 +278,13 @@ namespace ServerManagerTool
|
|||
Config.Default.UpgradeConfig = false;
|
||||
Config.Default.Save();
|
||||
}
|
||||
if (!Config.Default.DiscordBotPrefixFixed)
|
||||
{
|
||||
Config.Default.DiscordBotPrefix += "!";
|
||||
Config.Default.DiscordBotPrefixFixed = true;
|
||||
Config.Default.Save();
|
||||
Config.Default.Reload();
|
||||
}
|
||||
|
||||
Config.Default.SteamCmdRedirectOutput = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue