diff --git a/bare.py b/bare.py index a10c2a3..ffddbd3 100644 --- a/bare.py +++ b/bare.py @@ -31,6 +31,7 @@ class bot: queue: list[bbytes] sock: socket npallowed: list[str] + current: str def __init__(self, server: str): ...