Change help text to clarify asset
This commit is contained in:
parent
8300360894
commit
fd6fbec312
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue