From: Georgios Atheridis Date: Tue, 10 May 2022 09:03:05 +0000 (+0000) Subject: fixed bug on newteams X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=b933823e841ceb4185608757bcffd7ed982e46ec;p=ihaspeks%2Faptbot-ihaspeks.git fixed bug on newteams --- diff --git a/skgyorugo/commands/newteams.py b/skgyorugo/commands/newteams.py index 4b98302..4134006 100644 --- a/skgyorugo/commands/newteams.py +++ b/skgyorugo/commands/newteams.py @@ -16,11 +16,11 @@ file_handler.setFormatter(formatter) logger.handlers = [] logger.addHandler(file_handler) -PERMISSION = 99 -PREFIX = "?" +PERMISSION = 10 +PREFIX = "\\" DESCRIPTION = r"Check who's currently in queue." -USER_COOLDOWN = 30 -GLOBAL_COOLDOWN = 15 +USER_COOLDOWN = 0 +GLOBAL_COOLDOWN = 0 PATH = os.path.dirname(os.path.realpath(__file__)) PATH = os.path.join(PATH, "..")