We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97044a commit 334d462Copy full SHA for 334d462
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, bot):
+def listdetailedfactoids(notice, 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