mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Fixed the discord bot Info command, to release the profile once command has finished running.
This commit is contained in:
parent
b5de529e32
commit
f8d650556a
3 changed files with 12 additions and 0 deletions
|
|
@ -178,6 +178,8 @@ namespace ServerManagerTool.Utils
|
|||
{
|
||||
responseList.Add(string.Format(_globalizer.GetResourceString("DiscordBot_InfoFailed"), profile.ServerName));
|
||||
}
|
||||
|
||||
_currentProfileCommands.Remove(profile.ProfileId);
|
||||
}
|
||||
|
||||
return responseList;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue