
import discord class MyClient(discord.client): async def on_ready(self): print('Logged on as{0}!'.format(self.user)) async def on_message(self, message): print('Message from {0.author}: {0.content}'.format(message) Client = MyClient() client.run('Njk2NjYxNzcwMjQ4NjUwNzgy.Xor--A.gR8t0cwMOoy1n2xtZZYVTMxa8Xo')