Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #discord #message #bot
ADD COMMENT
Topic
Name
4+4 =