bugfix: sing
This commit is contained in:
@@ -818,7 +818,7 @@ class Misc(commands.Cog):
|
||||
recipient_normal = recipient
|
||||
if discord.utils.raw_mentions(recipient):
|
||||
# There are mentions
|
||||
recipient_id: int = discord.utils.raw_mentions(recipient)[0] # First mention
|
||||
recipient_id = discord.utils.raw_mentions(recipient)[0] # First mention
|
||||
guild: Optional[discord.Guild] = self.bot.get_guild(ctx.guild.id)
|
||||
if not guild:
|
||||
return
|
||||
|
Reference in New Issue
Block a user