commit | 62ce1921351db574ed6e2b2e78697acff91a13ca | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Thu Aug 25 20:34:45 2022 +0100 |
committer | pineafan <pineapplefanyt@gmail.com> | Thu Aug 25 20:34:45 2022 +0100 |
tree | 251834ad26888e5ec010913d45c936c40f7dd0ac | |
parent | ad00217fd1a6e8b4bbc4203dd99577d35428a2ef [diff] [blame] |
typing again
diff --git a/src/commands/settings/verify.ts b/src/commands/settings/verify.ts index aa8227f..29beffe 100644 --- a/src/commands/settings/verify.ts +++ b/src/commands/settings/verify.ts
@@ -62,7 +62,7 @@ }); } const confirmation = await new confirmationMessage(interaction) - .setEmoji("GUILD.ROLES.EDIT") + .setEmoji("GUILD.ROLES.EDIT", "GUILD.ROLES.DELETE") .setTitle("Verify Role") .setDescription(`Are you sure you want to set the verify role to <@&${role.id}>?`) .setColor("Warning")