mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
bumped version && fixed migration guide
This commit is contained in:
parent
ff59029927
commit
fdc6e6bace
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ async def get_stats():
|
||||||
### Became:
|
### Became:
|
||||||
```py
|
```py
|
||||||
async def get_stats():
|
async def get_stats():
|
||||||
return {"guilds": len(bot.guilds), "shards": 0, "members": len(bot.users)}
|
return {"servers": len(bot.guilds), "shards": 0, "members": len(bot.users)}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Webhook or websocket... that is the question
|
## Webhook or websocket... that is the question
|
||||||
|
|
|
@ -27,7 +27,7 @@ copyright = "2021 - 2023, Viktor K (Marakarka)"
|
||||||
author = "Viktor K (Marakarka)"
|
author = "Viktor K (Marakarka)"
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = "3.0.0"
|
release = "3.0.1"
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue