Merge branch 'develop' into refresh
Conflicts: core/config.py plugins/util/color.py plugins/util/formatting.py
This commit is contained in:
commit
aa8ab33ccb
31 changed files with 113 additions and 86 deletions
|
@ -1,5 +1,6 @@
|
|||
from util import hook
|
||||
import os, sys
|
||||
import os
|
||||
import sys
|
||||
import re
|
||||
import json
|
||||
import time
|
||||
|
@ -120,6 +121,7 @@ def restart(inp, bot=None):
|
|||
bot.restart()
|
||||
|
||||
|
||||
|
||||
@hook.command(autohelp=False, permissions=["botcontrol"])
|
||||
def clearlogs(inp, input=None):
|
||||
"""clearlogs -- Clears the bots log(s)."""
|
||||
|
|
Reference in a new issue