diff --git a/app/cogs/star_citizen.py b/app/cogs/star_citizen.py index b5043cbb..e3c06293 100644 --- a/app/cogs/star_citizen.py +++ b/app/cogs/star_citizen.py @@ -13,6 +13,14 @@ class StarCitizen(commands.Cog): self.bot: commands.Bot = bot self.poll_status_page.start() + @commands.slash_command( + guild_ids=None, + name="medpens", + description="Posts an infographic about which medpens to use for which injuries in Star Citizen", + ) + async def post_medpen_guide(self, ctx: commands.Context): + await ctx.respond("https://i.redd.it/lfswlf5c13t71.png") + @commands.slash_command( guild_ids=None, name="ship",