mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
don't do mobile editing kids
Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
parent
7966b9dce5
commit
2d41653b90
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ public class BanCommandGroup : CommandGroup
|
|||
{
|
||||
return Result.FromError(unbanResult.Error);
|
||||
}
|
||||
|
||||
data.GetOrCreateMemberData(target.ID).BannedUntil = null;
|
||||
|
||||
var embed = new EmbedBuilder().WithSmallTitle(
|
||||
|
|
Loading…
Add table
Reference in a new issue