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
publicasyncTaskUnbanCmd(CommandContextctx,[Description("The user to unban, usually a mention or ID")]DiscordUsertargetUser,[Description("Used in audit log only currently")]stringreason="No reason specified.")
117
+
publicasyncTaskUnbanCmd(CommandContextctx,[Description("The user to unban, usually a mention or ID")]DiscordUsertargetUser,[RemainingText,Description("Used in audit log only currently")]stringreason="No reason specified.")
publicasyncTaskKickCmd(CommandContextctx,[Parameter("user"),Description("The user you want to kick from the server.")]DiscordUsertarget,[Parameter("reason"),Description("The reason for kicking this user.")]stringreason="No reason specified.")
10
+
publicasyncTaskKickCmd(CommandContextctx,[Parameter("user"),Description("The user you want to kick from the server.")]DiscordUsertarget,[Parameter("reason"),Description("The reason for kicking this user."),RemainingText]stringreason="No reason specified.")
11
11
{
12
12
if(target.IsBot)
13
13
{
14
14
awaitctx.RespondAsync($"{Program.cfgjson.Emoji.Error} To prevent accidents, I won't kick bots. If you really need to do this, do it manually in Discord.");
0 commit comments