Added deferreply to lessen the bugs.
This commit is contained in:
@@ -10,6 +10,8 @@ module.exports = {
|
||||
type: 'button',
|
||||
|
||||
async execute(interaction) {
|
||||
|
||||
await interaction.deferReply();
|
||||
|
||||
const channel = interaction.channel;
|
||||
const applicantId = await channel.topic
|
||||
|
||||
Reference in New Issue
Block a user