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.
- {comprobot-2.1.2 → comprobot-2.1.3}/PKG-INFO +3 -1
- {comprobot-2.1.2 → comprobot-2.1.3}/README.md +2 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/comprobot.egg-info/PKG-INFO +3 -1
- {comprobot-2.1.2 → comprobot-2.1.3}/pyproject.toml +1 -1
- {comprobot-2.1.2 → comprobot-2.1.3}/comprobot.egg-info/SOURCES.txt +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/comprobot.egg-info/dependency_links.txt +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/comprobot.egg-info/entry_points.txt +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/comprobot.egg-info/requires.txt +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/comprobot.egg-info/top_level.txt +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/setup.cfg +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/src/__init__.py +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/src/__main__.py +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/src/api.py +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/src/bot.py +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/src/commands.py +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/src/data.py +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/src/functions.py +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/src/main.py +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/src/moderation.py +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/src/money_system.py +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/src/onboarding.py +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/src/process.py +0 -0
- {comprobot-2.1.2 → comprobot-2.1.3}/src/templates.py +0 -0
- {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.
|
|
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.
|
|
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
|
|
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
|