discord bot python how to check for a message code example
Example 1: discord bot python message that's being replied to
message.reference.resolved
Example 2: python discord know message from bot
def on_message(self, message):
if (message.author.bot):
return #if this is true: then it is by a bot.