commit | fc8d6bad2864329439fbce66510206d89a0002bb | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Mon Jun 05 11:16:35 2023 -0400 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Mon Jun 05 11:16:35 2023 -0400 |
tree | d700d97245eb74de319e4efe1ba043c728d0bab3 | |
parent | 920d7298edcc0e2fa07a252867612a97849bd783 [diff] [blame] |
prettiered
diff --git a/src/commands/nucleus/premium.ts b/src/commands/nucleus/premium.ts index 5fe6d88..a3f1368 100644 --- a/src/commands/nucleus/premium.ts +++ b/src/commands/nucleus/premium.ts
@@ -89,7 +89,7 @@ await i.deferUpdate(); await client.database.premium.removePremium(interaction.user.id, i.values[0]!); } while (!closed); - await interaction.deleteReply() + await interaction.deleteReply(); }; const callback = async (interaction: CommandInteraction): Promise<void> => {