mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Update help
This commit is contained in:
parent
ea18dea411
commit
16a4ba0e83
2 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ class School(commands.Cog):
|
|||
|
||||
return await ctx.send(embed=s.create_schedule().to_embed())
|
||||
|
||||
@commands.command(name="Pin", usage="[Message]")
|
||||
@commands.command(name="Pin", usage="[Message]*")
|
||||
@help.Category(category=Category.Other)
|
||||
async def pin(self, ctx, message: discord.Message = None):
|
||||
# In case people abuse, check if they're blacklisted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue