From 2f81f8ae472e22b4c1a1fb2107ea846f66d003ca Mon Sep 17 00:00:00 2001 From: jdnjk <2394058778@qq.com> Date: Sun, 24 Mar 2024 17:39:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A0=E6=AD=A3=E7=8E=B0=E5=9C=A8=E9=89=B4?= =?UTF-8?q?=E6=9D=83=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/develop/pythonsdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-事件监听