Esempio n. 1
0
async def on_message(message):
    """Catch a user's messages and figure out what to return."""
    # Log message
    response = process_message(Message.from_discord(message))
    await discord_send(response, message.channel)