From c28879c0e49676e80ee4d5a1d7b435d752020fab Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Tue, 25 Jan 2022 11:51:44 +0000 Subject: [PATCH] Change help text to clarify asset --- handler/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/commands.py b/handler/commands.py index 9f3bc2b..e82053c 100644 --- a/handler/commands.py +++ b/handler/commands.py @@ -356,7 +356,7 @@ class IRCCommands(object): class pubads(object): name = "pubads" authed = True - helptext = "View public adverts. Usage: pubads " + helptext = "View public adverts. Usage: pubads " @staticmethod def run(cmd, spl, length, authed, msg, agora, revolut, tx):