We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f535b commit ba2b2e9Copy full SHA for ba2b2e9
plugins/history.py
@@ -47,7 +47,7 @@ def chat_tracker(paraml, input=None, db=None, conn=None):
47
track_history(input, message_time, conn)
48
49
50
-@hook.command(autohelp=False, permissions=["botcontrol"])
+@hook.command(autohelp=False, adminonly=True)
51
def resethistory(inp, input=None, conn=None):
52
"""resethistory - Resets chat history for the current channel"""
53
try:
0 commit comments