PycordViews 1.2.0__tar.gz → 1.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pycordviews-1.2.0 → pycordviews-1.2.1}/PKG-INFO +2 -2
- {pycordviews-1.2.0 → pycordviews-1.2.1}/PycordViews.egg-info/PKG-INFO +2 -2
- {pycordviews-1.2.0 → pycordviews-1.2.1}/README.md +1 -1
- {pycordviews-1.2.0 → pycordviews-1.2.1}/setup.py +1 -1
- {pycordviews-1.2.0 → pycordviews-1.2.1}/LICENSE +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/PycordViews.egg-info/SOURCES.txt +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/PycordViews.egg-info/dependency_links.txt +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/PycordViews.egg-info/requires.txt +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/PycordViews.egg-info/top_level.txt +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/__init__.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/menu/__init__.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/menu/errors.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/menu/menu.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/menu/selectMenu.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/multibot/__init__.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/multibot/bot.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/multibot/errors.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/multibot/multibot.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/multibot/process.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/pagination/__init__.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/pagination/errors.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/pagination/pagination_view.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/views/__init__.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/views/easy_modified_view.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/views/errors.py +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/pyproject.toml +0 -0
- {pycordviews-1.2.0 → pycordviews-1.2.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: PycordViews
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.1
|
4
4
|
Summary: Views and multibot for py-cord library
|
5
5
|
Home-page: https://github.com/BOXERRMD/Py-cord_Views
|
6
6
|
Author: Chronos (alias BOXERRMD)
|
@@ -169,7 +169,7 @@ Each instance of this class creates a process where bots can be added. These bot
|
|
169
169
|
>
|
170
170
|
> > **Method** `start(*bot_names: str) -> list[dict[str, str]]` : Start bots
|
171
171
|
>
|
172
|
-
> > **Method** `
|
172
|
+
> > **Method** `stop(*bot_names: str) -> list[dict[str, str]]` : Stop bots properly
|
173
173
|
>
|
174
174
|
> > **Method** `start_all() -> list[dict[str, list[str]]]` : Start all bot in the process
|
175
175
|
>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: PycordViews
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.1
|
4
4
|
Summary: Views and multibot for py-cord library
|
5
5
|
Home-page: https://github.com/BOXERRMD/Py-cord_Views
|
6
6
|
Author: Chronos (alias BOXERRMD)
|
@@ -169,7 +169,7 @@ Each instance of this class creates a process where bots can be added. These bot
|
|
169
169
|
>
|
170
170
|
> > **Method** `start(*bot_names: str) -> list[dict[str, str]]` : Start bots
|
171
171
|
>
|
172
|
-
> > **Method** `
|
172
|
+
> > **Method** `stop(*bot_names: str) -> list[dict[str, str]]` : Stop bots properly
|
173
173
|
>
|
174
174
|
> > **Method** `start_all() -> list[dict[str, list[str]]]` : Start all bot in the process
|
175
175
|
>
|
@@ -135,7 +135,7 @@ Each instance of this class creates a process where bots can be added. These bot
|
|
135
135
|
>
|
136
136
|
> > **Method** `start(*bot_names: str) -> list[dict[str, str]]` : Start bots
|
137
137
|
>
|
138
|
-
> > **Method** `
|
138
|
+
> > **Method** `stop(*bot_names: str) -> list[dict[str, str]]` : Stop bots properly
|
139
139
|
>
|
140
140
|
> > **Method** `start_all() -> list[dict[str, list[str]]]` : Start all bot in the process
|
141
141
|
>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|