helptext
This commit is contained in:
parent
b05056ff28
commit
853b4b7db8
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ def length(inp):
|
||||||
|
|
||||||
@hook.command
|
@hook.command
|
||||||
def reverse(inp):
|
def reverse(inp):
|
||||||
"""Enter a string and the bot will reverse it and print it out."""
|
"""reverse <string> -- reverses <string>."""
|
||||||
return inp[::-1]
|
return inp[::-1]
|
||||||
|
|
||||||
# hashing
|
# hashing
|
||||||
|
|
Reference in a new issue