From 9f3dc8ee89f2bfa648d731b5b5e1f6f943730b7d Mon Sep 17 00:00:00 2001 From: bobloy Date: Fri, 7 Sep 2018 09:52:07 -0400 Subject: [PATCH] Command descriptions --- hangman/hangman.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hangman/hangman.py b/hangman/hangman.py index 16fb462..6e5dba6 100644 --- a/hangman/hangman.py +++ b/hangman/hangman.py @@ -132,6 +132,7 @@ class Hangman: @hangset.command(pass_context=True) async def face(self, ctx: commands.Context, theface): + """Set the face of the hangman""" message = ctx.message # Borrowing FlapJack's emoji validation # (https://github.com/flapjax/FlapJack-Cogs/blob/master/smartreact/smartreact.py)