reset cmd/improve money cmd/fix settings cmd options
This commit is contained in:
5 files changed
+200
-126
No files matched your search
@@ -540,7 +540,7 @@ module.exports = {
|
||||
|
||||
interaction.send({ embeds: [prompt], components: [opt], flags: (1 << 6) });
|
||||
|
||||
client.on("interactionCreate", ButtonInteraction => {
|
||||
client.once("interactionCreate", ButtonInteraction => {
|
||||
if(!ButtonInteraction.isButton()) return;
|
||||
const queryString = ButtonInteraction.customId;
|
||||
if (!queryString.endsWith(ButtonInteraction.member.user.id)) {
|
||||
|
||||
Reference in new issue
Block a user