banterbotapi 0.2.3__tar.gz → 0.2.4__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.
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/PKG-INFO +1 -1
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/__init__.py +1 -1
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterbotapi.egg-info/PKG-INFO +1 -1
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/pyproject.toml +1 -1
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/LICENSE +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/README.md +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/client.py +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/commands.py +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/embed.py +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/errors.py +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/gateway.py +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/http.py +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/intents.py +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/interactions.py +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/models.py +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/permissions.py +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterbotapi.egg-info/SOURCES.txt +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterbotapi.egg-info/dependency_links.txt +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterbotapi.egg-info/requires.txt +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterbotapi.egg-info/top_level.txt +0 -0
- {banterbotapi-0.2.3 → banterbotapi-0.2.4}/setup.cfg +0 -0
|
@@ -23,7 +23,7 @@ The library mirrors discord.py conventions where possible. See the Bot,
|
|
|
23
23
|
Intents, Embed, and Permissions classes for the main entry points.
|
|
24
24
|
"""
|
|
25
25
|
|
|
26
|
-
__version__ = "0.2.
|
|
26
|
+
__version__ = "0.2.4"
|
|
27
27
|
|
|
28
28
|
from .client import Bot
|
|
29
29
|
from .intents import Intents
|
|
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
|