BG
Size: a a a
BG
AK
AS
BG
old_is_from_self = self._bot.is_from_self
def new_is_from_self(msg):
if msg.body.startswith(self.bot_config.BOT_PREFIX):
return False
return old_is_from_self(msg)
self._bot.is_from_self = new_is_from_self
AK
PC
AK
PC
AK
З
AK
DK
DK
C
AS
PC
З
C
З
AS