We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbe064 commit 95aa832Copy full SHA for 95aa832
events/interactionCreate.js
@@ -4,7 +4,6 @@ module.exports = {
4
async execute(interaction) {
5
if (!interaction.isCommand()) return;
6
if (!interaction.inGuild()) return;
7
- if (interaction.deferred) return;
8
if (!interaction.client.commands.has(interaction.commandName)) return;
9
try {
10
const { commandName } = interaction;
0 commit comments