Fix indication of optionalness of wallet
param of !defaultwallet
This commit is contained in:
parent
2e6db95574
commit
e4be2cf339
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue