We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334d462 commit ae6d44dCopy full SHA for ae6d44d
1 file changed
plugins/factoids.py
@@ -184,7 +184,7 @@ def listfactoids(notice, chan):
184
185
186
@hook.command("listdetailedfacts", autohelp=False)
187
-def listdetailedfactoids(notice, chan):
+def listdetailedfactoids(chan):
188
"""- lists all available factoids with their respective data"""
189
formatted_facts = []
190
for fact in sorted(factoid_cache[chan].items()):
0 commit comments