diff options
| author | 2019-11-15 14:09:35 +0000 | |
|---|---|---|
| committer | 2019-11-15 14:09:35 +0000 | |
| commit | 5d550868471aeb1d680610989b9b5c8e4bb2b49b (patch) | |
| tree | 51213a349ebf645c2988d9b1fc932a1c2e0b5e9e /src/utils/consts.py | |
| parent | move all datetime-related code from utils/__init__ to utils.datetime (diff) | |
| signature | ||
move utils.consts.BITBOT_MAGIC to utils.decorators
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 |
