You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Description("The user you wish to ban. Accepts many formats")]DiscordUsertargetMember,
210
+
[Description("The user you wish to ban. Should be a mention or ID.")]DiscordUsertargetMember,
211
211
[RemainingText,Description("The time and reason for the ban. e.g. '14d trolling' NOTE: Add 'appeal' to the start of the reason to include an appeal link")]stringtimeAndReason="No reason specified.")
212
212
{
213
213
@@ -294,7 +294,7 @@ public async Task BanCmd(TextCommandContext ctx,
294
294
[Description("Bans a user but keeps their messages around."),HomeServer,RequireHomeserverPerm(ServerPermLevel.Moderator),RequirePermissions(permissions:DiscordPermission.BanMembers)]
295
295
[AllowedProcessors(typeof(TextCommandProcessor))]
296
296
publicasyncTaskBankeepCmd(TextCommandContextctx,
297
-
[Description("The user you wish to ban. Accepts many formats")]DiscordUsertargetMember,
297
+
[Description("The user you wish to ban. Should be a mention or ID.")]DiscordUsertargetMember,
298
298
[RemainingText,Description("The time and reason for the ban. e.g. '14d trolling' NOTE: Add 'appeal' to the start of the reason to include an appeal link")]stringtimeAndReason="No reason specified.")
0 commit comments