Skip to content

Commit 95aa832

Browse files
authored
Update interactionCreate.js
1 parent 6bbe064 commit 95aa832

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

events/interactionCreate.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ module.exports = {
44
async execute(interaction) {
55
if (!interaction.isCommand()) return;
66
if (!interaction.inGuild()) return;
7-
if (interaction.deferred) return;
87
if (!interaction.client.commands.has(interaction.commandName)) return;
98
try {
109
const { commandName } = interaction;

0 commit comments

Comments
 (0)