mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
Update autopost.py
This commit is contained in:
parent
def946b062
commit
cf683fa14f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ async def on_success_posting():
|
||||||
print("stats posting successfully")
|
print("stats posting successfully")
|
||||||
|
|
||||||
|
|
||||||
boticord_client = BoticordClient("your_api_token", version=2)
|
boticord_client = BoticordClient("Bot your_api_token", version=2)
|
||||||
autopost = (
|
autopost = (
|
||||||
boticord_client.autopost()
|
boticord_client.autopost()
|
||||||
.init_stats(get_stats)
|
.init_stats(get_stats)
|
||||||
|
|
Loading…
Reference in a new issue