]> jfr.im git - erebus.git/commitdiff
trivia - fix findq help
authorJohn Runyon <redacted>
Sun, 26 Nov 2023 00:05:46 +0000 (17:05 -0700)
committerJohn Runyon <redacted>
Sun, 26 Nov 2023 00:05:46 +0000 (17:05 -0700)
modules/trivia.py

index e7cf0d59d49bfbb1d0a820294f8d90e453a53cbf..555ad553e5f44dfd66d064131082b23307341913 100644 (file)
@@ -733,7 +733,7 @@ def questionpause(bot, user, chan, realtarget, *args):
                bot.msg(user, "Failed to set questionpause.")
 
 @lib.hook(glevel=1, needchan=False)
-@lib.help("[@category] <question>", "finds a question (qid) given a (partial) question")
+@lib.help("[@<category>] <question>", "finds a question (qid) given a (partial) question")
 @lib.argsGE(1)
 def findq(bot, user, chan, realtarget, *args):
        args = list(args)