Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 0ebd641

Browse files
author
kuso-senpai
committed
Readme update
1 parent ca06855 commit 0ebd641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ async def on_message(message: discord.Message):
128128
async def on_button(btn: PressedButton, msg: ResponseMessage):
129129
msg.respond("You pressed on " + btn.content + " with the customID " + btn.custom_id)
130130

131-
client.login("Your secret token")
131+
client.run("Your secret token")
132132
```
133133

134134
- - - -

0 commit comments

Comments
 (0)