Fix indication of optionalness of wallet param of !defaultwallet

This commit is contained in:
jesopo 2018-10-22 16:23:56 +01:00
parent 2e6db95574
commit e4be2cf339

View file

@ -276,7 +276,7 @@ class Module(ModuleManager.BaseModule):
def default_wallet(self, event):
"""
:help: Set a default wallet for a given wallet type
:usage: <type> <wallet>
:usage: <type> [wallet]
"""
type = event["args_split"][0]
if len(event["args_split"]) > 1: