Skip to content

Commit

Permalink
i'm capitulating
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewj-brown committed Nov 8, 2023
1 parent a5ce63e commit c6760d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions uqcsbot/yelling.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ async def wrapper(
await func(cogself, *args, **kwargs)
return

x: discord.interactions.InteractionResponse[discord.Client] = interaction.response
await x.send_message(
await interaction.response.send_message(
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)

Expand Down

0 comments on commit c6760d2

Please sign in to comment.