oops
This commit is contained in:
parent
9c9aa113e4
commit
fe7f4a96c9
8
index.js
8
index.js
|
@ -350,12 +350,12 @@ client.on('interactionCreate', async interaction => {
|
||||||
description: `ID: ${msg.id}`
|
description: `ID: ${msg.id}`
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
interaction.reply({
|
|
||||||
"ephemeral": true,
|
|
||||||
content: "Done!"
|
|
||||||
})
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
interaction.reply({
|
||||||
|
"ephemeral": true,
|
||||||
|
content: "Done!"
|
||||||
|
})
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue