Variable was only used in a console.log

pull/68/head
PineappleFan 3 years ago committed by GitHub
parent d69688963b
commit ba20ac6efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -93,7 +93,7 @@ const dmcallback = async (interaction: CommandInteraction, firstDescription: str
if (i.isButton()) { if (i.isButton()) {
closed = true; closed = true;
} else { } else {
const response = await client.database.premium.removePremium(interaction.user.id, i.values[0]!); await client.database.premium.removePremium(interaction.user.id, i.values[0]!);
} }
} while (!closed); } while (!closed);
await interaction.deleteReply(); await interaction.deleteReply();

Loading…
Cancel
Save