From cf683fa14f5be6ef292b84c6ca83c252ebd8d258 Mon Sep 17 00:00:00 2001 From: grey-cat-1908 <61203964+grey-cat-1908@users.noreply.github.com> Date: Tue, 18 Apr 2023 19:42:02 +0300 Subject: [PATCH] Update autopost.py --- examples/autopost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/autopost.py b/examples/autopost.py index fa903ac..ac370f2 100644 --- a/examples/autopost.py +++ b/examples/autopost.py @@ -18,7 +18,7 @@ async def on_success_posting(): print("stats posting successfully") -boticord_client = BoticordClient("your_api_token", version=2) +boticord_client = BoticordClient("Bot your_api_token", version=2) autopost = ( boticord_client.autopost() .init_stats(get_stats)