diff --git a/tipbot/commands/__init__.py b/tipbot/commands/__init__.py index 597ba5c..4842fea 100644 --- a/tipbot/commands/__init__.py +++ b/tipbot/commands/__init__.py @@ -21,7 +21,7 @@ all_commands = { 'withdraw': { 'func': withdraw, 'example': '/withdraw
', - 'help': 'Send Wownero to a specified Wownero address' + 'help': 'Withdraw Wownero to a specified Wownero address' }, 'balance': { 'func': balance,