Skip to content

Commit 334d462

Browse files
author
MuffinMedic
committed
Remove unncessary param
1 parent a97044a commit 334d462

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, bot):
187+
def listdetailedfactoids(notice, 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)