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 c158818 commit cca9e62Copy full SHA for cca9e62
events/interactionCreate.js
@@ -4,8 +4,6 @@ const client = require("../index");
4
5
client.on("interactionCreate", async (interaction) => {
6
if (interaction.isCommand()) {
7
- await interaction.deferReply({ ephemeral: false }).catch(() => {});
8
-
9
const command = client.slashCommands.get(interaction.commandName);
10
if (!command) return interaction.followUp({ content: 'an Erorr' });
11
0 commit comments