Fix that, whoops

This commit is contained in:
Christopher Cookman 2023-02-07 01:02:59 -07:00
parent 09fb9f48c8
commit fffe3797d5
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -302,7 +302,7 @@ dcClient.on('interactionCreate', async interaction => {
}).catch((error) => { }).catch((error) => {
// The user doesn't have an extension, create one // The user doesn't have an extension, create one
console.log(error) console.log(error)
interaction.reply({ interaction.editReply({
content: "You don't have an extension!", content: "You don't have an extension!",
ephemeral: true ephemeral: true
}); });