bugfix function name
This commit is contained in:
parent
736a98e274
commit
d1f6b8d318
|
@ -102,7 +102,7 @@ def remind_recur(bot, trigger):
|
||||||
|
|
||||||
@module.require_admin
|
@module.require_admin
|
||||||
@module.commands('clear_dup_reminders')
|
@module.commands('clear_dup_reminders')
|
||||||
def remind_recur(bot, trigger):
|
def clear_dup_reminders(bot, trigger):
|
||||||
"""
|
"""
|
||||||
Clear out duplicate reminders from Fulvia's memory.
|
Clear out duplicate reminders from Fulvia's memory.
|
||||||
This is only a temporary fix to the memory issue.
|
This is only a temporary fix to the memory issue.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user