From 44c0c6c4d1d6f5f5eb2f5956a7798fa5d6e2cee4 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Wed, 5 Aug 2020 23:02:37 -0700 Subject: [PATCH] a word --- tipbot/commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,