From b0d08f119eb4ff37d909ae508167f45f1e1cfdcb Mon Sep 17 00:00:00 2001 From: Minzkraut Date: Sun, 11 Jun 2023 21:55:30 +0200 Subject: [PATCH] Editprofile: Remove top level defer which broke modal inputs --- commands/editprofile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/editprofile.js b/commands/editprofile.js index 349c54f..0001fbf 100644 --- a/commands/editprofile.js +++ b/commands/editprofile.js @@ -55,7 +55,6 @@ module.exports = { const collector = message.createMessageComponentCollector({ componentType: ComponentType.Button, time: 25000 }) collector.on('collect', async (i) => { - await i.deferReply(); switch (i.customId) { case 'editStatus': await this.openStatusModal(i, user, profile);