Skip to content

Commit 03f1c57

Browse files
authored
Merge pull request #169 from copycode69/jaylog
bug fix
2 parents dc4c3a7 + 613a0e9 commit 03f1c57

File tree

1 file changed

+1
-1
lines changed
  • projects/build-a-discord-bot-with-python

1 file changed

+1
-1
lines changed

projects/build-a-discord-bot-with-python/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_meme():
99
return json_data['url']
1010

1111
class MyClient(discord.Client):
12-
async def on_read(self):
12+
async def on_ready(self):
1313
print(f'Logged on as {self.user}')
1414

1515
async def on_message(self, message):

0 commit comments

Comments
 (0)