1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-05 21:46:28 +03:00
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2023-12-21 00:01:36 +03:00
parent 9eaa5e0f37
commit fdb4d703ee
Signed by: mctaylors
GPG key ID: 7181BEBE676903C1
2 changed files with 2 additions and 2 deletions

View file

@ -136,7 +136,7 @@ public class ToolsCommandGroup : CommandGroup
builder, embedColor, communicationDisabledUntil);
}
if (!guildMemberResult.IsSuccess || !wasBanned || !wasKicked)
if (!guildMemberResult.IsSuccess && !wasBanned)
{
builder.Append("### ")
.AppendLine(Markdown.Bold(Messages.UserInfoNotOnGuild));