mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 18:33:02 +00:00
[docs] Fix typos
This commit is contained in:
@ -106,7 +106,7 @@ A quick example to showcase how events work:
|
||||
print(f'Logged on as {self.user}!')
|
||||
|
||||
async def on_message(self, message):
|
||||
print(f'Message from {messsage.author}: {message.content}')
|
||||
print(f'Message from {message.author}: {message.content}')
|
||||
|
||||
client = MyClient()
|
||||
client.run('my token goes here')
|
||||
|
Reference in New Issue
Block a user