[Mod] Added docstring for [p]reason, fixed typo

This commit is contained in:
Twentysix 2016-10-14 22:52:14 +02:00
parent 0f6e788214
commit a29ed0c381

View File

@ -435,6 +435,7 @@ class Mod:
@commands.command(pass_context=True)
@checks.mod_or_permissions(manage_messages=True)
async def reason(self, ctx, case : int, *, reason : str):
"""Lets you specify a reason for mod-log's cases"""
author = ctx.message.author
server = author.server
case = str(case)