mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
fix(bot-discord): fix again
you love
This commit is contained in:
@@ -17,10 +17,11 @@ export default {
|
||||
ephemeral: true
|
||||
});
|
||||
|
||||
await interaction.deferReply();
|
||||
const targetMsg = interaction.targetMessage;
|
||||
|
||||
const member = await interaction.guild.members.fetch(targetMsg.author.id);
|
||||
muteMember(config, member, {
|
||||
const parsedDuration = await muteMember(config, member, {
|
||||
channel: interaction.channel,
|
||||
reason: null,
|
||||
supportMute: true,
|
||||
|
||||
Reference in New Issue
Block a user