More commands fixed and purge to here
diff --git a/src/commands/mod/mute.ts b/src/commands/mod/mute.ts
index 0e76cba..95c8c5a 100644
--- a/src/commands/mod/mute.ts
+++ b/src/commands/mod/mute.ts
@@ -192,6 +192,7 @@
async () =>
await create(interaction.guild, interaction.options.getUser("user")!, interaction.user, reason),
"An appeal ticket will be created when Confirm is clicked",
+ null,
"CONTROL.TICKET",
createAppealTicket
)
@@ -201,6 +202,7 @@
false,
undefined,
null,
+ null,
"ICONS.NOTIFY." + (notify ? "ON" : "OFF"),
notify
)