mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-27 05:01:02 +00:00
fix(bot-discord): fix "Thinking..."
you have thinked for too long my child
This commit is contained in:
@@ -40,6 +40,6 @@ export default {
|
||||
actionTo: await client.users.fetch(interaction.options.getString('user')),
|
||||
actionBy: interaction.member,
|
||||
channel: interaction.channel
|
||||
});
|
||||
}, interaction);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -52,6 +52,6 @@ export default {
|
||||
actionBy: interaction.member,
|
||||
channel: interaction.channel,
|
||||
expire: parsedDuration
|
||||
});
|
||||
}, interaction);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -58,6 +58,6 @@ export default {
|
||||
actionBy: interaction.member,
|
||||
channel: interaction.channel,
|
||||
expire: parsedDuration
|
||||
});
|
||||
}, interaction);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -27,6 +27,6 @@ export default {
|
||||
actionTo: await client.users.fetch(interaction.options.getString('user')),
|
||||
actionBy: interaction.member,
|
||||
channel: interaction.channel
|
||||
});
|
||||
}, interaction);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -49,6 +49,6 @@ export default {
|
||||
actionTo: await client.users.fetch(interaction.options.getString('user')),
|
||||
actionBy: interaction.member,
|
||||
channel: interaction.channel,
|
||||
});
|
||||
}, interaction);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -49,6 +49,6 @@ export default {
|
||||
actionTo: await client.users.fetch(interaction.options.getString('user')),
|
||||
actionBy: interaction.member,
|
||||
channel: interaction.channel,
|
||||
});
|
||||
}, interaction);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user