pypi build 1.3.6

This commit is contained in:
Victor Kotlin 2021-09-09 17:34:40 +03:00
parent fb960f4217
commit ea39b4ff41
2 changed files with 45 additions and 38 deletions

View file

@ -1,12 +1,19 @@
Metadata-Version: 2.1
Name: boticordpy
Version: 1.3.5
Version: 1.3.6
Summary: Simple Python Module for boticord api
Home-page: https://github.com/grey-cat-1908/boticordpy
Author: KerdokuCat
Author-email: support@kerdoku.top
License: MIT
Description: <h1 align="center">Boticordpy</h1>
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
<h1 align="center">Boticordpy</h1>
<p align="center">Модуль для работы с <a href="https://boticord.top/">Boticord</a> API</p>
@ -34,7 +41,7 @@ Description: <h1 align="center">Boticordpy</h1>
@bot.event
async def on_connect():
async def on_ready():
stats = {"servers": len(bot.guilds), "shards": bot.shard_count, "users": len(bot.users)}
await boticord.Bots.postStats(stats)
@ -42,8 +49,4 @@ Description: <h1 align="center">Boticordpy</h1>
bot.run("your-bot-token")
```
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

View file

@ -10,3 +10,7 @@ boticordpy.egg-info/SOURCES.txt
boticordpy.egg-info/dependency_links.txt
boticordpy.egg-info/requires.txt
boticordpy.egg-info/top_level.txt
boticordpy/modules/__init__.py
boticordpy/modules/bots.py
boticordpy/modules/servers.py
boticordpy/modules/users.py