Adding medpens command which postsa guide for star citizen medpens
This commit is contained in:
parent
dba3d31d5b
commit
6d87608a78
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user