Маленькая асинхронная библиотека для Discord API
Project description
kripsi
Маленькая асинхронная библиотека для Discord API на aiohttp.
import kripsi
from kripsi.ext import commands
bot = commands.Bot(
command_prefix=".",
status=kripsi.Status.dnd,
activity=kripsi.Game(name=".help | v0.0.1"),
)
@bot.event
async def on_ready():
print(f"Бот {bot.username} успешно запущен!")
@bot.command()
async def ping(ctx):
await ctx.send(f"Задержка бота {bot.latency} мс")
bot.run("TOKEN")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kripsi-0.0.1.tar.gz
(7.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kripsi-0.0.1.tar.gz.
File metadata
- Download URL: kripsi-0.0.1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2777c7859bade346664f109cb5b6f33c981932c56ce0a0567d028b14c01f08d3
|
|
| MD5 |
36a5dfe96c38d570bd396d05c10602ea
|
|
| BLAKE2b-256 |
b5a1e376af5fc12fb5b2a17e12b81bab96b3c03da7808d816f9ecc22d60a09af
|
File details
Details for the file kripsi-0.0.1-py3-none-any.whl.
File metadata
- Download URL: kripsi-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7f4da23b172d668c18512db8991127903691828b5899d9f321e8f50950096a6
|
|
| MD5 |
8cbf8672bfd595714bc88c06f7b1aaf1
|
|
| BLAKE2b-256 |
438d589bdb05a8e08569d39ca0f8f290ccea63e23d745bcc8780bd21f53353b8
|