disagreement 0.4.0__py3-none-any.whl → 0.4.1__py3-none-any.whl
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.
- disagreement/__init__.py +1 -1
- {disagreement-0.4.0.dist-info → disagreement-0.4.1.dist-info}/METADATA +2 -1
- {disagreement-0.4.0.dist-info → disagreement-0.4.1.dist-info}/RECORD +6 -6
- {disagreement-0.4.0.dist-info → disagreement-0.4.1.dist-info}/WHEEL +0 -0
- {disagreement-0.4.0.dist-info → disagreement-0.4.1.dist-info}/licenses/LICENSE +0 -0
- {disagreement-0.4.0.dist-info → disagreement-0.4.1.dist-info}/top_level.txt +0 -0
disagreement/__init__.py
CHANGED
@@ -12,7 +12,7 @@ __title__ = "disagreement"
|
|
12
12
|
__author__ = "Slipstream"
|
13
13
|
__license__ = "BSD 3-Clause License"
|
14
14
|
__copyright__ = "Copyright 2025 Slipstream"
|
15
|
-
__version__ = "0.4.
|
15
|
+
__version__ = "0.4.1"
|
16
16
|
|
17
17
|
from .client import Client, AutoShardedClient
|
18
18
|
from .models import Message, User, Reaction, AuditLogEntry
|
@@ -1,11 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: disagreement
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.1
|
4
4
|
Summary: A Python library for the Discord API.
|
5
5
|
Author-email: Slipstream <me@slipstreamm.dev>
|
6
6
|
License: BSD 3-Clause
|
7
7
|
Project-URL: Homepage, https://github.com/Slipstreamm/disagreement
|
8
8
|
Project-URL: Issues, https://github.com/Slipstreamm/disagreement/issues
|
9
|
+
Project-URL: Documentation, https://disagreement.xyz/
|
9
10
|
Keywords: discord,api,bot,async,aiohttp
|
10
11
|
Classifier: Development Status :: 4 - Beta
|
11
12
|
Classifier: Intended Audience :: Developers
|
@@ -1,4 +1,4 @@
|
|
1
|
-
disagreement/__init__.py,sha256
|
1
|
+
disagreement/__init__.py,sha256=4rWCD-jlCX7cGKi7JpXzFGr4aHgM6N2lBuwrsQ7VA44,1137
|
2
2
|
disagreement/audio.py,sha256=erBaupz-Hw8LR-5mGLDvhphCDAQeWk0ZBA0AMVwDUIM,4360
|
3
3
|
disagreement/cache.py,sha256=srmaw-x8iiqU53eh33JgLLkM-K-TgFnvOS2lYO7Z2FI,2866
|
4
4
|
disagreement/caching.py,sha256=KEicB8fIBRwc5Ifl1CCHHnPu-NfAvqdfArjxFuV557g,3841
|
@@ -48,8 +48,8 @@ disagreement/ui/item.py,sha256=bm-EmQEZpe8Kt8JrRw-o0uQdccgjErORcFsBqaXOcV8,1112
|
|
48
48
|
disagreement/ui/modal.py,sha256=w0ZEVslXzx2-RWUP4jdVB54zDuT81jpueVWZ70byFnI,4137
|
49
49
|
disagreement/ui/select.py,sha256=XjWRlWkA09QZaDDLn-wDDOWIuj0Mb4VCWJEOAaExZXw,3018
|
50
50
|
disagreement/ui/view.py,sha256=UdOaoSe0NZXZMjOtM8CLCPcDHVf6Dn2yr2PHLSvoJsg,5834
|
51
|
-
disagreement-0.4.
|
52
|
-
disagreement-0.4.
|
53
|
-
disagreement-0.4.
|
54
|
-
disagreement-0.4.
|
55
|
-
disagreement-0.4.
|
51
|
+
disagreement-0.4.1.dist-info/licenses/LICENSE,sha256=zfmtgJhVFHnqT7a8LAQFthXu5bP7EEHmEL99trV66Ew,1474
|
52
|
+
disagreement-0.4.1.dist-info/METADATA,sha256=yKEkXoTqMFuBVFKGIKQ6d39ExMuS24MiniEJ3ggyRkY,6322
|
53
|
+
disagreement-0.4.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
54
|
+
disagreement-0.4.1.dist-info/top_level.txt,sha256=t7FY_3iaYhdB6X6y9VybJ2j7UZbVeRUe9wRgH8d5Gtk,13
|
55
|
+
disagreement-0.4.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|