diff --git a/plugins/utility.py b/plugins/utility.py index 342cd44..947db15 100644 --- a/plugins/utility.py +++ b/plugins/utility.py @@ -113,7 +113,7 @@ def length(inp): @hook.command def reverse(inp): - """Enter a string and the bot will reverse it and print it out.""" + """reverse -- reverses .""" return inp[::-1] # hashing