S
Спасибо большое)
Size: a a a
S
F
S
AR
T
G
F
F
T
P#
F
G
q
T
G
F
P#
P#
T
@property
def bot(self) -> Bot:
from ..bot.bot import Bot
bot = Bot.get_current()
if bot is None:
raise RuntimeError("Can't get bot instance from context. "
"You can fix it with setting current instance: "
"'Bot.set_current(bot_instance)'")
return bot
F