From 95a22f53f2c3d81f3732e504e994783efb21f6cb Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 20 Sep 2019 14:19:06 +0100 Subject: [PATCH] improve !ud usage string (wrt #number) --- modules/urbandictionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/urbandictionary.py b/modules/urbandictionary.py index 83de1051..cf8e6abe 100644 --- a/modules/urbandictionary.py +++ b/modules/urbandictionary.py @@ -12,7 +12,7 @@ class Module(ModuleManager.BaseModule): def ud(self, event): """ :help: Get the definition of a provided term from Urban Dictionary - :usage: [#index] + :usage: [#] """ number = 1 term = event["args_split"]