Fix that, whoops
This commit is contained in:
parent
09fb9f48c8
commit
fffe3797d5
2
index.js
2
index.js
|
@ -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
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue