Skip to content

Commit

Permalink
Added help comment for report command.
Browse files Browse the repository at this point in the history
  • Loading branch information
martygrant committed Oct 14, 2018
1 parent c58cd1e commit 90fbe25
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 @@ -656,6 +656,7 @@ async def urban(ctx, query):

@BOT.command(pass_context=True)
async def report(ctx, user):
"""Report a user anonymously to the society committee. Usage: !report <user> <reason>"""
BOT.config["bot"]["channels"]["bjarne"]

reason = ctx.message.content
Expand Down

0 comments on commit 90fbe25

Please sign in to comment.