mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-05 21:46:28 +03:00
fixes
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
9eaa5e0f37
commit
fdb4d703ee
2 changed files with 2 additions and 2 deletions
|
@ -502,7 +502,7 @@
|
|||
<value>приколы полученные по заслугам</value>
|
||||
</data>
|
||||
<data name="UserInfoBannedPermanently" xml:space="preserve">
|
||||
<value>забанен</value>
|
||||
<value>пермабан</value>
|
||||
</data>
|
||||
<data name="UserInfoNotOnGuild" xml:space="preserve">
|
||||
<value>вышел из сервера</value>
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue