dopamine-framework 2.2.0__tar.gz → 2.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.
- {dopamine_framework-2.2.0/src/dopamine_framework.egg-info → dopamine_framework-2.2.1}/PKG-INFO +1 -1
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/pyproject.toml +1 -1
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1/src/dopamine_framework.egg-info}/PKG-INFO +1 -1
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/ext/diagnostics.py +1 -1
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/ext/path.py +1 -1
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/ext/pic.py +1 -1
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/LICENSE +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/NOTICE +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/README.md +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/setup.cfg +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamine_framework.egg-info/SOURCES.txt +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamine_framework.egg-info/dependency_links.txt +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamine_framework.egg-info/requires.txt +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamine_framework.egg-info/top_level.txt +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/__init__.py +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/bot.py +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/core/__init__.py +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/core/commands_registry.py +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/core/dashboard.py +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/core/dopamine_commands.py +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/core/errors.py +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/core/preconditions.py +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/ext/__init__.py +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/utils/__init__.py +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/utils/checks.py +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/utils/log.py +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/utils/paginator.py +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/utils/timeparser.py +0 -0
- {dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/utils/views.py +0 -0
{dopamine_framework-2.2.0/src/dopamine_framework.egg-info → dopamine_framework-2.2.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dopamine-framework
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: Initialize a production-ready Discord.py bot in just 4 lines of code. Smart and automated command syncing, preconditions (and its presets), easy-to-use in-Discord dashboard, and more. A Dopamine Studios project.
|
|
5
5
|
Author: dopaminestudios
|
|
6
6
|
Requires-Python: >=3.12
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "dopamine-framework"
|
|
7
|
-
version = "2.2.
|
|
7
|
+
version = "2.2.1"
|
|
8
8
|
authors = [{name = "dopaminestudios"}]
|
|
9
9
|
description = "Initialize a production-ready Discord.py bot in just 4 lines of code. Smart and automated command syncing, preconditions (and its presets), easy-to-use in-Discord dashboard, and more. A Dopamine Studios project."
|
|
10
10
|
readme = "README.md"
|
{dopamine_framework-2.2.0 → dopamine_framework-2.2.1/src/dopamine_framework.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dopamine-framework
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: Initialize a production-ready Discord.py bot in just 4 lines of code. Smart and automated command syncing, preconditions (and its presets), easy-to-use in-Discord dashboard, and more. A Dopamine Studios project.
|
|
5
5
|
Author: dopaminestudios
|
|
6
6
|
Requires-Python: >=3.12
|
|
@@ -2,7 +2,7 @@ import discord
|
|
|
2
2
|
from discord import app_commands
|
|
3
3
|
from discord.ext import commands
|
|
4
4
|
from ..core.dashboard import OwnerDashboard
|
|
5
|
-
from
|
|
5
|
+
from ..core import dopamine_commands
|
|
6
6
|
|
|
7
7
|
class Pic(commands.Cog):
|
|
8
8
|
"""Owner-only utility cog that exposes dashboard-related commands.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamine_framework.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamine_framework.egg-info/requires.txt
RENAMED
|
File without changes
|
{dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamine_framework.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/core/dashboard.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/core/preconditions.py
RENAMED
|
File without changes
|
|
File without changes
|
{dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/utils/paginator.py
RENAMED
|
File without changes
|
{dopamine_framework-2.2.0 → dopamine_framework-2.2.1}/src/dopamineframework/utils/timeparser.py
RENAMED
|
File without changes
|
|
File without changes
|