Command descriptions
This commit is contained in:
parent
01f7ba038d
commit
9f3dc8ee89
@ -132,6 +132,7 @@ class Hangman:
|
|||||||
|
|
||||||
@hangset.command(pass_context=True)
|
@hangset.command(pass_context=True)
|
||||||
async def face(self, ctx: commands.Context, theface):
|
async def face(self, ctx: commands.Context, theface):
|
||||||
|
"""Set the face of the hangman"""
|
||||||
message = ctx.message
|
message = ctx.message
|
||||||
# Borrowing FlapJack's emoji validation
|
# Borrowing FlapJack's emoji validation
|
||||||
# (https://github.com/flapjax/FlapJack-Cogs/blob/master/smartreact/smartreact.py)
|
# (https://github.com/flapjax/FlapJack-Cogs/blob/master/smartreact/smartreact.py)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user