Skip to content

Commit

Permalink
server unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamp07 authored Feb 26, 2022
1 parent 2cd5ff0 commit e1d577b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bot/command_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
from ..commands.mod_cmds.ban import *
from ..commands.mod_cmds.ch_lock import *
from ..commands.mod_cmds.ch_unlock import *
from ..commands.mod_cmds.svr_unlock import *

async def handle_cmd(client, msg: str, cmd: str, args):
# Help Commands
Expand All @@ -45,6 +46,7 @@ async def handle_cmd(client, msg: str, cmd: str, args):
elif cmd == "ban": await ban(client, args)
# elif cmd == "kick":
elif cmd == "clock": await clock(client)
elif cmd == "svrunlock": await svr_unlock(client)
# elif cmd == "lock_server":

## Tools Commands
Expand Down

0 comments on commit e1d577b

Please sign in to comment.