From b42033d522f37dc63b5e3dc0548ae49ad174ecd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <61203964+grey-cat-1908@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:32:10 +0300 Subject: [PATCH] added bot_id attribute --- boticordpy/autopost.py | 1 + 1 file changed, 1 insertion(+) diff --git a/boticordpy/autopost.py b/boticordpy/autopost.py index 321e050..02101b2 100644 --- a/boticordpy/autopost.py +++ b/boticordpy/autopost.py @@ -24,6 +24,7 @@ class AutoPost: "_stats", "_task", "_stopped", + "bot_id" ) _success: typing.Any