Skip to content

Commit

Permalink
fixed capitulation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewj-brown committed Nov 8, 2023
1 parent c6760d2 commit 3889dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uqcsbot/yelling.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3889dc5

Please sign in to comment.