From 31cddb33eb8d99600f4c3c24f99e7b391d45ba6d Mon Sep 17 00:00:00 2001 From: wiki-Bird <41028518+wiki-Bird@users.noreply.github.com> Date: Tue, 29 Aug 2023 19:17:00 +1200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Fixed=20poll=20error=20w/deferRe?= =?UTF-8?q?ply?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/poll.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");