mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Added warn punishment action for protection commands
This commit is contained in:
@@ -185,6 +185,9 @@ public class UserPunishService : INService, IReadyExecutor
|
||||
guild.Id);
|
||||
}
|
||||
|
||||
break;
|
||||
case PunishmentAction.Warn:
|
||||
await Warn(guild, user.Id, mod, 1, reason);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user