From 5d550868471aeb1d680610989b9b5c8e4bb2b49b Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 15 Nov 2019 14:09:35 +0000 Subject: move utils.consts.BITBOT_MAGIC to utils.decorators --- src/utils/consts.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utils/consts.py') diff --git a/src/utils/consts.py b/src/utils/consts.py index 9a6e973b..d53a4660 100644 --- a/src/utils/consts.py +++ b/src/utils/consts.py @@ -1,8 +1,6 @@ import typing from . import _consts_256_color -BITBOT_MAGIC = "__bitbot" - class IRCColor(object): def __init__(self, irc: int, ansi: int, is_256): self.irc = irc -- cgit v1.3.1-10-gc9f91