Change help text to clarify asset

This commit is contained in:
Mark Veidemanis 2022-01-25 11:51:44 +00:00
parent 8300360894
commit fd6fbec312
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ class IRCCommands(object):
class pubads(object): class pubads(object):
name = "pubads" name = "pubads"
authed = True authed = True
helptext = "View public adverts. Usage: pubads <asset> <currency>" helptext = "View public adverts. Usage: pubads <XMR/BTC> <currency>"
@staticmethod @staticmethod
def run(cmd, spl, length, authed, msg, agora, revolut, tx): def run(cmd, spl, length, authed, msg, agora, revolut, tx):