diff --git a/uqcsbot/yelling.py b/uqcsbot/yelling.py index 38b7d6e..5a6ee04 100644 --- a/uqcsbot/yelling.py +++ b/uqcsbot/yelling.py @@ -47,9 +47,9 @@ async def wrapper( await func(cogself, *args, **kwargs) return - await interaction.response.send_message( + await interaction.response.send_message( # type: ignore str(discord.utils.get(bot.emojis, name="disapproval") or "") - ) # type: ignore + ) if isinstance(interaction.user, discord.Member): await Yelling.external_handle_bans(bot, interaction.user)