From 86aa70ba0c7d8896dc51f4406842957b81bd2955 Mon Sep 17 00:00:00 2001 From: E44 Date: Sun, 8 Dec 2024 13:35:37 +0100 Subject: [PATCH] ruff style --- somnus/discord_provider.py | 1 + 1 file changed, 1 insertion(+) diff --git a/somnus/discord_provider.py b/somnus/discord_provider.py index 5786ac3..852bddf 100644 --- a/somnus/discord_provider.py +++ b/somnus/discord_provider.py @@ -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)