diff --git a/docs/develop/pythonsdk/README.md b/docs/develop/pythonsdk/README.md index f5390ccc..6f9b0c9f 100644 --- a/docs/develop/pythonsdk/README.md +++ b/docs/develop/pythonsdk/README.md @@ -46,7 +46,7 @@ class MyClient(botpy.Client): intents = botpy.Intents(public_guild_messages=True) client = MyClient(intents=intents) -client.run(appid={appid}, token={token}) +client.run(appid={appid}, token={secret}) ``` ## botpy-事件监听