From 6d87608a785e5473a66993d10f7fe2aaa82b5acb Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sun, 30 Apr 2023 19:04:57 -0700 Subject: [PATCH] Adding medpens command which postsa guide for star citizen medpens --- app/cogs/star_citizen.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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",