1
0
Fork 1
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:
Macintxsh 2023-09-27 11:13:50 +03:00 committed by GitHub
parent 7966b9dce5
commit 2d41653b90
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -263,6 +263,7 @@ public class BanCommandGroup : CommandGroup
{ {
return Result.FromError(unbanResult.Error); return Result.FromError(unbanResult.Error);
} }
data.GetOrCreateMemberData(target.ID).BannedUntil = null; data.GetOrCreateMemberData(target.ID).BannedUntil = null;
var embed = new EmbedBuilder().WithSmallTitle( var embed = new EmbedBuilder().WithSmallTitle(