Answers for "discord bot python using on_message and commands"

7

on message discord py

@bot.event
async def on_message(message):
    if message.content == "pong":
        await message.channel.send('ping')
Posted by: Guest on January-12-2021

Code answers related to "discord bot python using on_message and commands"

Python Answers by Framework

Browse Popular Code Answers by Language