Update autopost.py

This commit is contained in:
grey-cat-1908 2023-04-18 19:42:02 +03:00 committed by GitHub
parent def946b062
commit cf683fa14f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)