diff options
Diffstat (limited to 'src/utils/consts.py')
| -rw-r--r-- | src/utils/consts.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
