Skip to content

Commit cca9e62

Browse files
authored
Update interactionCreate.js
1 parent c158818 commit cca9e62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

events/interactionCreate.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ const client = require("../index");
44

55
client.on("interactionCreate", async (interaction) => {
66
if (interaction.isCommand()) {
7-
await interaction.deferReply({ ephemeral: false }).catch(() => {});
8-
97
const command = client.slashCommands.get(interaction.commandName);
108
if (!command) return interaction.followUp({ content: 'an Erorr' });
119

0 commit comments

Comments
 (0)