From e4be2cf339ae173802d967683b74fab1500281f3 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 22 Oct 2018 16:23:56 +0100 Subject: [PATCH] Fix indication of optionalness of `wallet` param of !defaultwallet --- modules/coins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/coins.py b/modules/coins.py index 516a54cf..b146cf07 100644 --- a/modules/coins.py +++ b/modules/coins.py @@ -276,7 +276,7 @@ class Module(ModuleManager.BaseModule): def default_wallet(self, event): """ :help: Set a default wallet for a given wallet type - :usage: + :usage: [wallet] """ type = event["args_split"][0] if len(event["args_split"]) > 1: