Skip to content

Commit ae6d44d

Browse files
author
MuffinMedic
committed
Remove notice param
1 parent 334d462 commit ae6d44d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/factoids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def listfactoids(notice, chan):
184184

185185

186186
@hook.command("listdetailedfacts", autohelp=False)
187-
def listdetailedfactoids(notice, chan):
187+
def listdetailedfactoids(chan):
188188
"""- lists all available factoids with their respective data"""
189189
formatted_facts = []
190190
for fact in sorted(factoid_cache[chan].items()):

0 commit comments

Comments
 (0)