Skip to content

Commit

Permalink
Merge pull request #169 from copycode69/jaylog
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
intelagense authored Oct 24, 2024
2 parents dc4c3a7 + 613a0e9 commit 03f1c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/build-a-discord-bot-with-python/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_meme():
return json_data['url']

class MyClient(discord.Client):
async def on_read(self):
async def on_ready(self):
print(f'Logged on as {self.user}')

async def on_message(self, message):
Expand Down

0 comments on commit 03f1c57

Please sign in to comment.