Skip to content

Commit

Permalink
Add a missing docstring to a command
Browse files Browse the repository at this point in the history
  • Loading branch information
notsniped committed Apr 29, 2024
1 parent e5a478d commit 9f05bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ async def on_message_edit(message_before, message_after):
description="Need some help?"
)
async def help(ctx: ApplicationContext):
"""Need some help?"""
localembed = discord.Embed(title='Command Help', description=f'This bot uses Discord slash commands. (`/`)\n\n`/snipe`: See the most recently deleted message in this channel.\n`/editsnipe`: See the most recently edited message in this channel.\n`/set_audit_channel`: Set a channel to send all deleted and edited message audit logs to. (needs __Manage Channels__ permission)`', color=discord.Color.random())
await ctx.send(embed=localembed)

Expand Down

0 comments on commit 9f05bb9

Please sign in to comment.