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.
Files changed (27) hide show
  1. {pycordviews-1.2.0 → pycordviews-1.2.1}/PKG-INFO +2 -2
  2. {pycordviews-1.2.0 → pycordviews-1.2.1}/PycordViews.egg-info/PKG-INFO +2 -2
  3. {pycordviews-1.2.0 → pycordviews-1.2.1}/README.md +1 -1
  4. {pycordviews-1.2.0 → pycordviews-1.2.1}/setup.py +1 -1
  5. {pycordviews-1.2.0 → pycordviews-1.2.1}/LICENSE +0 -0
  6. {pycordviews-1.2.0 → pycordviews-1.2.1}/PycordViews.egg-info/SOURCES.txt +0 -0
  7. {pycordviews-1.2.0 → pycordviews-1.2.1}/PycordViews.egg-info/dependency_links.txt +0 -0
  8. {pycordviews-1.2.0 → pycordviews-1.2.1}/PycordViews.egg-info/requires.txt +0 -0
  9. {pycordviews-1.2.0 → pycordviews-1.2.1}/PycordViews.egg-info/top_level.txt +0 -0
  10. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/__init__.py +0 -0
  11. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/menu/__init__.py +0 -0
  12. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/menu/errors.py +0 -0
  13. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/menu/menu.py +0 -0
  14. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/menu/selectMenu.py +0 -0
  15. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/multibot/__init__.py +0 -0
  16. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/multibot/bot.py +0 -0
  17. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/multibot/errors.py +0 -0
  18. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/multibot/multibot.py +0 -0
  19. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/multibot/process.py +0 -0
  20. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/pagination/__init__.py +0 -0
  21. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/pagination/errors.py +0 -0
  22. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/pagination/pagination_view.py +0 -0
  23. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/views/__init__.py +0 -0
  24. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/views/easy_modified_view.py +0 -0
  25. {pycordviews-1.2.0 → pycordviews-1.2.1}/pycordViews/views/errors.py +0 -0
  26. {pycordviews-1.2.0 → pycordviews-1.2.1}/pyproject.toml +0 -0
  27. {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.0
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** `def stop(*bot_names: str) -> list[dict[str, str]]` : Stop bots properly
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.0
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** `def stop(*bot_names: str) -> list[dict[str, str]]` : Stop bots properly
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** `def stop(*bot_names: str) -> list[dict[str, str]]` : Stop bots properly
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
  >
@@ -5,7 +5,7 @@ with open("README.md", encoding='utf-8') as file:
5
5
 
6
6
  setup(
7
7
  name="PycordViews",
8
- version="1.2.0",
8
+ version="1.2.1",
9
9
  url="https://github.com/BOXERRMD/Py-cord_Views",
10
10
  author="Chronos (alias BOXERRMD)",
11
11
  author_email="vagabonwalybi@gmail.com",
File without changes
File without changes
File without changes