fix(bot-discord): fix "Thinking..."

you have thinked for too long my child
This commit is contained in:
GramingFoxTeam
2023-08-10 17:22:59 +03:00
parent 19651c0fb1
commit 2deeb4f2b3
8 changed files with 11 additions and 11 deletions

View File

@@ -40,6 +40,6 @@ export default {
actionTo: await client.users.fetch(interaction.options.getString('user')),
actionBy: interaction.member,
channel: interaction.channel
});
}, interaction);
}
};

View File

@@ -52,6 +52,6 @@ export default {
actionBy: interaction.member,
channel: interaction.channel,
expire: parsedDuration
});
}, interaction);
}
};

View File

@@ -58,6 +58,6 @@ export default {
actionBy: interaction.member,
channel: interaction.channel,
expire: parsedDuration
});
}, interaction);
}
};

View File

@@ -27,6 +27,6 @@ export default {
actionTo: await client.users.fetch(interaction.options.getString('user')),
actionBy: interaction.member,
channel: interaction.channel
});
}, interaction);
}
};

View File

@@ -49,6 +49,6 @@ export default {
actionTo: await client.users.fetch(interaction.options.getString('user')),
actionBy: interaction.member,
channel: interaction.channel,
});
}, interaction);
}
};

View File

@@ -49,6 +49,6 @@ export default {
actionTo: await client.users.fetch(interaction.options.getString('user')),
actionBy: interaction.member,
channel: interaction.channel,
});
}, interaction);
}
};