معرفی شرکت ها


ezcord-0.1.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

An easy-to-use extension for the Pycord library
ویژگی مقدار
سیستم عامل -
نام فایل ezcord-0.1.4
نام ezcord
نسخه کتابخانه 0.1.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده tibue99
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/ezcord/
مجوز MIT
# EzCord [![](https://img.shields.io/discord/1010915072694046794?label=discord&style=for-the-badge&logo=discord&color=5865F2&logoColor=white)](https://discord.gg/zfvbjTEzv6) [![](https://img.shields.io/pypi/v/ezcord.svg?style=for-the-badge&logo=pypi&color=yellow&logoColor=white)](https://pypi.org/project/ezcord/) [![](https://img.shields.io/pypi/l/ezcord?style=for-the-badge)]() [![](https://aschey.tech/tokei/github/tibue99/ezcord?style=for-the-badge)](https://github.com/tibue99/ezcord) An easy-to-use extension for the [Pycord](https://github.com/Pycord-Development/pycord) library with some utility functions. ## Installing Python 3.8 or higher is required. ``` pip install ezcord ``` You can also install the latest version from GitHub. Note that this version may be unstable and requires [git](https://git-scm.com/downloads) to be installed. ``` pip install git+https://github.com/tibue99/ezcord ``` ## Useful Links - [Documentation](https://ezcord.readthedocs.io/) - [Getting started](https://ezcord.readthedocs.io/en/latest/pages/getting_started.html) - [PyPi](https://pypi.org/project/ezcord/) - [Pycord Docs](https://docs.pycord.dev/) ## Example ```py import ezcord import discord bot = ezcord.Bot( intents=discord.Intents.default() ) if __name__ == "__main__": bot.load_cogs("cogs") # Load all cogs in the "cogs" folder bot.run("TOKEN") ``` **Note:** It's recommended to load the token from a [`.env`](https://pypi.org/project/python-dotenv/) file instead of hardcoding it. You can find a detailed guide how to create a bot with `.env` files [here](https://guide.pycord.dev/getting-started/creating-your-first-bot#protecting-tokens). ## Contributing I am always happy to receive contributions. Here is how to do it: 1. Fork this repository 2. Make changes 3. Create a pull request You can also [create an issue](https://github.com/tibue99/ezcord/issues/new) if you find any bugs.


نیازمندی

مقدار نام
- py-cord
- aiohttp
- colorama
- pre-commit
- sphinx
- furo
- sphinx-autodoc-typehints
- sphinx-copybutton


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

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


نحوه نصب


نصب پکیج whl ezcord-0.1.4:

    pip install ezcord-0.1.4.whl


نصب پکیج tar.gz ezcord-0.1.4:

    pip install ezcord-0.1.4.tar.gz