fix: fixed .sclr again, again, and fixed .iamn

This commit is contained in:
Kwoth
2024-11-27 03:26:57 +00:00
parent 62a16f3faf
commit e036a2d3c9
4 changed files with 11 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ public partial class Administration
IUserMessage msg = null;
try
{
if (guildUser.RoleIds.Contains(role.Id))
if (!guildUser.RoleIds.Contains(role.Id))
{
msg = await Response().Error(strs.self_assign_not_have(Format.Bold(role.Name))).SendAsync();
return;