From eb03f25ea6fb13b934aeb3358ef01b4b30c0041e Mon Sep 17 00:00:00 2001 From: skelmis Date: Sun, 4 Feb 2024 22:02:17 +1300 Subject: [PATCH] chore: add note to instance_info command that it is not functional --- suggestions/cogs/help_guild_cog.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/suggestions/cogs/help_guild_cog.py b/suggestions/cogs/help_guild_cog.py index e2b218c..a81f595 100644 --- a/suggestions/cogs/help_guild_cog.py +++ b/suggestions/cogs/help_guild_cog.py @@ -71,7 +71,12 @@ async def instance_info( description="The ID of the guild you want info on." ), ): - """Retrieve information about what instance a given guild sees.""" + """Retrieve information about what instance a given guild sees. This is currently wrong.""" + await interaction.send( + ephemeral=True, content="This command currently does not work correctly." + ) + return + guild_id = int(guild_id) shard_id = self.bot.get_shard_id(guild_id) cluster_id = (