how to get the contents of a discord message with a bot python code example
Example: 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.
def on_message(self, message):
if (message.author.bot):
return #if this is true: then it is by a bot.