From cd16130554d36755abbbcf4af4403c4f5d2b88db Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Mon, 13 Dec 2021 13:18:57 -0800 Subject: [PATCH] adding a missing comma to the list of help commands --- app/help_methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/help_methods.py b/app/help_methods.py index e8514915..52ef7b77 100755 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -160,7 +160,7 @@ def get_help_message(method): 'nft': [ 'Polls opensea and gets a random monkey from bored ape yacht club', '\nUsage: !nft' - ] + ], 'owo': [ 'Returns some fucky wucky text\n', 'Usage: !owo what the fuck did you just fucking say about me you little shit?'