diff --git a/src/commands/poll.ts b/src/commands/poll.ts index 914aafc..dee1d82 100644 --- a/src/commands/poll.ts +++ b/src/commands/poll.ts @@ -17,7 +17,7 @@ const poll: Command = { .setDescription('Creates a poll.'), execute: async function (interaction: CommandInteraction<'cached' | 'raw'>): Promise { - await interaction.deferReply(); + // await interaction.deferReply(); const Title = interaction.options.getString("title"); const Options = interaction.options.getString("options");