معرفی شرکت ها


disnake-cog-loader-0.0.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

An extension module for disnake to load cogs without needing the setup function.
ویژگی مقدار
سیستم عامل -
نام فایل disnake-cog-loader-0.0.3
نام disnake-cog-loader
نسخه کتابخانه 0.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Myxi
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/m-y-x-i/disnake-cog-loader
آدرس اینترنتی https://pypi.org/project/disnake-cog-loader/
مجوز -
# How to use The first step is to let the extension know which class is the cog. Suppose the cog subclass is defined as `FooCog`, ```py class FooCog(commands.Cog): pass ``` You should name the file, `foo_cog.py` The module will then convert snake_case to PascalCase and then try to import the cog to load it. The module will try to pass the bot instance to it so be sure to accept it in the constructor, ```py class FooCog(commands.Cog): def __init__(self, bot: commands.Bot): ... ``` `disnake.ext.loader.Loader` accepts two parameters, `bot` and `folder_name`. - `bot` - The `commands.Bot` instance to load cogs. - `folder_name` - The folder where the cogs are located. You may also enter something like `ext.cogs` if the cogs folder is inside a folder named `ext`.


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

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


نحوه نصب


نصب پکیج whl disnake-cog-loader-0.0.3:

    pip install disnake-cog-loader-0.0.3.whl


نصب پکیج tar.gz disnake-cog-loader-0.0.3:

    pip install disnake-cog-loader-0.0.3.tar.gz