The world's most clever kitty cat
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't reply to system messages

Ben C 42f21a77 ea58b20f

+1 -1
+1 -1
src/bingus/cogs/markov.py
··· 163 163 164 164 @commands.Cog.listener() 165 165 async def on_message(self, msg: Message): 166 - if msg.flags.ephemeral or msg.channel.type == discord.ChannelType.private: 166 + if msg.is_system() or msg.flags.ephemeral or msg.channel.type == discord.ChannelType.private: 167 167 return 168 168 169 169 if msg.author.id != self.bot.application_id: