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
awaitctx.RespondAsync($"{Program.cfgjson.Emoji.Error}{member.Mention} is quarantined because their name is in violation of AutoMod rules! Discord will not let me dehoist them. Please change their nickname manually.",ephemeral:true);
@@ -110,7 +110,7 @@ public async Task PermadehoistEnableSlashCmd(CommandContext ctx, [Parameter("mem
110
110
}
111
111
112
112
[Command("disable")]
113
-
[Description("Disable permadehoist for a member.")]
113
+
[Description("Disable permadehoist for a member.")]
114
114
publicasyncTaskPermadehoistDisableSlashCmd(CommandContextctx,[Parameter("member"),Description("The member to remove the permadehoist for.")]DiscordUserdiscordUser)
@@ -126,7 +126,7 @@ public async Task PermadehoistDisableSlashCmd(CommandContext ctx, [Parameter("me
126
126
}
127
127
128
128
[Command("status")]
129
-
[Description("Check the status of permadehoist for a member.")]
129
+
[Description("Check the status of permadehoist for a member.")]
130
130
publicasyncTaskPermadehoistStatusSlashCmd(CommandContextctx,[Parameter("member"),Description("The member whose permadehoist status to check.")]DiscordUserdiscordUser)
awaitctx.RespondAsync($"{Program.cfgjson.Emoji.Success} I'll try my best to remind you about that on <t:{TimeHelpers.ToUnixTimestamp(t)}:f> (<t:{TimeHelpers.ToUnixTimestamp(t)}:R>)");// (In roughly **{TimeHelpers.TimeToPrettyFormat(t.Subtract(ctx.Message.Timestamp.DateTime), false)}**)");
285
285
}
286
-
286
+
287
287
publicclassReminder
288
288
{
289
289
[JsonProperty("userID")]
@@ -307,7 +307,7 @@ public class Reminder
307
307
[JsonProperty("originalTime")]
308
308
publicDateTimeOriginalTime{get;set;}
309
309
}
310
-
310
+
311
311
// Runs command context checks manually. Returns a list of failed checks.
312
312
// Unfortunately DSharpPlus.Commands does not provide a way to execute a command's context checks manually,
313
313
// so this will have to do. This may not include all checks, but it includes everything I could think of. -Milkshake
0 commit comments