Skip to content

Commit

Permalink
ruff style
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer-44 committed Dec 8, 2024
1 parent ea39dda commit 86aa70b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions somnus/discord_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,7 @@ async def _get_formatted_world_info_string(world: world_selector.WorldSelectorWo
)
return string + LH.t("formatting.sudo_world_info.end")


async def _ping_user_after_error(ctx: discord.Interaction):
user_mention = ctx.user.mention
await ctx.followup.send(content=f"{user_mention}", ephemeral=False)
Expand Down

0 comments on commit 86aa70b

Please sign in to comment.