معرفی شرکت ها


discordSplash-0.6a2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

An API wrapper for Discord's slash commands. Written in Python.
ویژگی مقدار
سیستم عامل -
نام فایل discordSplash-0.6a2
نام discordSplash
نسخه کتابخانه 0.6a2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mineinjava
ایمیل نویسنده Mineinjava@minein.me
آدرس صفحه اصلی https://github.com/Mineinjava/discord-splash
آدرس اینترنتی https://pypi.org/project/discordSplash/
مجوز -
# discord-splash An API wrapper for Discord's slash commands. [![Maintainability](https://api.codeclimate.com/v1/badges/518e23ddf3bf0b0e065f/maintainability)](https://codeclimate.com/github/Mineinjava/discord-splash/maintainability) [![Documentation Status](https://readthedocs.org/projects/discordsplash/badge/?version=latest)](https://discordsplash.readthedocs.io/en/latest/?badge=latest) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=Mineinjava/discord-splash)](https://dependabot.com) ### Docs: [![Documentation Status](https://readthedocs.org/projects/discordsplash/badge/?version=latest)](https://discordsplash.readthedocs.io/en/latest/?badge=latest) Docs are hosted on [ReadTheDocs.](https://discordsplash.readthedocs.io/en/latest/) ### **NOTE:** you are required to make the slash commands via the Discord API. ***Currently* this is not possible via this API wrapper.** ### Examples: *Simple bot that responds with "hi"* ```python from discordSplash import Run import discordSplash @discordSplash.command(name='hello') async def hello(data): await data.respond(discordSplash.ReactionResponse("hi")) Run('TOKEN') ``` *Presence Example* ```python from discordSplash import Run, Presence import discordSplash x = Presence(text='testing', presenceType=discordSplash.PresenceType.Game) Run('TOKEN', x) ``` ### Installation Use `pip install discordSplash`


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl discordSplash-0.6a2:

    pip install discordSplash-0.6a2.whl


نصب پکیج tar.gz discordSplash-0.6a2:

    pip install discordSplash-0.6a2.tar.gz