Adding medpens command which postsa guide for star citizen medpens

This commit is contained in:
Luke Robles 2023-04-30 19:04:57 -07:00
parent dba3d31d5b
commit 6d87608a78

View File

@ -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",