modifyself 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.
- {modifyself-0.2.3 → modifyself-0.2.4}/PKG-INFO +1 -1
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/models/message.py +1 -8
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself.egg-info/PKG-INFO +1 -1
- {modifyself-0.2.3 → modifyself-0.2.4}/pyproject.toml +1 -1
- {modifyself-0.2.3 → modifyself-0.2.4}/LICENSE +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/README.md +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/__init__.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/activity.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/client.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/commands/__init__.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/commands/checks.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/commands/cog.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/commands/context.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/commands/converters.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/commands/core.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/components.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/core/bitfield.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/core/enums.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/core/mixins.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/core/snowflake.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/errors.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/gateway/__init__.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/gateway/dispatcher.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/gateway/heartbeat.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/gateway/websocket.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/headers.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/http/__init__.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/http/client.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/http/ratelimit.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/http/route.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/interactions.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/models/__init__.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/models/base.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/models/billing.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/models/channel.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/models/guild.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/models/member.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/models/relationship.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/models/settings.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/models/user.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/models/webhook.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/state.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/types.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/utils.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself/voice.py +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself.egg-info/SOURCES.txt +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself.egg-info/dependency_links.txt +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself.egg-info/requires.txt +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/modifyself.egg-info/top_level.txt +0 -0
- {modifyself-0.2.3 → modifyself-0.2.4}/setup.cfg +0 -0
|
@@ -42,14 +42,13 @@ class Message(DiscordObject):
|
|
|
42
42
|
"application",
|
|
43
43
|
"message_reference",
|
|
44
44
|
"interaction",
|
|
45
|
-
"components",
|
|
46
45
|
"sticker_items",
|
|
47
46
|
"position",
|
|
48
47
|
"role_subscription_data",
|
|
49
48
|
"resolved",
|
|
50
49
|
"poll",
|
|
51
50
|
"call",
|
|
52
|
-
"
|
|
51
|
+
"_components",
|
|
53
52
|
)
|
|
54
53
|
|
|
55
54
|
def __init__(self, *, state: "ConnectionState", data: dict):
|
|
@@ -212,11 +211,5 @@ class Message(DiscordObject):
|
|
|
212
211
|
"""Unpin this message."""
|
|
213
212
|
await self._state.http.unpin_message(self.channel_id, self.id)
|
|
214
213
|
|
|
215
|
-
async def get_reaction_users(self, emoji: str, limit: int = 100) -> List[User]:
|
|
216
|
-
"""Get users who reacted with a specific emoji."""
|
|
217
|
-
# This would need to be implemented in the HTTP client
|
|
218
|
-
# For now, just return an empty list
|
|
219
|
-
return []
|
|
220
|
-
|
|
221
214
|
def __repr__(self) -> str:
|
|
222
215
|
return f"<Message id={self.id} content={self.content[:50]!r}>"
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|