comprobot 2.1.2__tar.gz → 2.1.3__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 (24) hide show
  1. {comprobot-2.1.2 → comprobot-2.1.3}/PKG-INFO +3 -1
  2. {comprobot-2.1.2 → comprobot-2.1.3}/README.md +2 -0
  3. {comprobot-2.1.2 → comprobot-2.1.3}/comprobot.egg-info/PKG-INFO +3 -1
  4. {comprobot-2.1.2 → comprobot-2.1.3}/pyproject.toml +1 -1
  5. {comprobot-2.1.2 → comprobot-2.1.3}/comprobot.egg-info/SOURCES.txt +0 -0
  6. {comprobot-2.1.2 → comprobot-2.1.3}/comprobot.egg-info/dependency_links.txt +0 -0
  7. {comprobot-2.1.2 → comprobot-2.1.3}/comprobot.egg-info/entry_points.txt +0 -0
  8. {comprobot-2.1.2 → comprobot-2.1.3}/comprobot.egg-info/requires.txt +0 -0
  9. {comprobot-2.1.2 → comprobot-2.1.3}/comprobot.egg-info/top_level.txt +0 -0
  10. {comprobot-2.1.2 → comprobot-2.1.3}/setup.cfg +0 -0
  11. {comprobot-2.1.2 → comprobot-2.1.3}/src/__init__.py +0 -0
  12. {comprobot-2.1.2 → comprobot-2.1.3}/src/__main__.py +0 -0
  13. {comprobot-2.1.2 → comprobot-2.1.3}/src/api.py +0 -0
  14. {comprobot-2.1.2 → comprobot-2.1.3}/src/bot.py +0 -0
  15. {comprobot-2.1.2 → comprobot-2.1.3}/src/commands.py +0 -0
  16. {comprobot-2.1.2 → comprobot-2.1.3}/src/data.py +0 -0
  17. {comprobot-2.1.2 → comprobot-2.1.3}/src/functions.py +0 -0
  18. {comprobot-2.1.2 → comprobot-2.1.3}/src/main.py +0 -0
  19. {comprobot-2.1.2 → comprobot-2.1.3}/src/moderation.py +0 -0
  20. {comprobot-2.1.2 → comprobot-2.1.3}/src/money_system.py +0 -0
  21. {comprobot-2.1.2 → comprobot-2.1.3}/src/onboarding.py +0 -0
  22. {comprobot-2.1.2 → comprobot-2.1.3}/src/process.py +0 -0
  23. {comprobot-2.1.2 → comprobot-2.1.3}/src/templates.py +0 -0
  24. {comprobot-2.1.2 → comprobot-2.1.3}/src/testing.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: comprobot
3
- Version: 2.1.2
3
+ Version: 2.1.3
4
4
  Summary: A self-hostable Discord bot built for maximum customization.
5
5
  Author: badluma
6
6
  License: MIT
@@ -40,6 +40,8 @@ pipx install comprobot
40
40
 
41
41
  **APT** (Ubuntu/Debian)
42
42
  ```sh
43
+ # If add-apt-repository isn't found, run this first:
44
+ # sudo apt install software-properties-common
43
45
  sudo add-apt-repository ppa:badluma/ppa
44
46
  sudo apt update && sudo apt upgrade
45
47
  sudo apt install comprobot
@@ -15,6 +15,8 @@ pipx install comprobot
15
15
 
16
16
  **APT** (Ubuntu/Debian)
17
17
  ```sh
18
+ # If add-apt-repository isn't found, run this first:
19
+ # sudo apt install software-properties-common
18
20
  sudo add-apt-repository ppa:badluma/ppa
19
21
  sudo apt update && sudo apt upgrade
20
22
  sudo apt install comprobot
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: comprobot
3
- Version: 2.1.2
3
+ Version: 2.1.3
4
4
  Summary: A self-hostable Discord bot built for maximum customization.
5
5
  Author: badluma
6
6
  License: MIT
@@ -40,6 +40,8 @@ pipx install comprobot
40
40
 
41
41
  **APT** (Ubuntu/Debian)
42
42
  ```sh
43
+ # If add-apt-repository isn't found, run this first:
44
+ # sudo apt install software-properties-common
43
45
  sudo add-apt-repository ppa:badluma/ppa
44
46
  sudo apt update && sudo apt upgrade
45
47
  sudo apt install comprobot
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "comprobot"
7
- version = "2.1.2"
7
+ version = "2.1.3"
8
8
  authors = [{name = "badluma"}]
9
9
  description = "A self-hostable Discord bot built for maximum customization."
10
10
  readme = "README.md"
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