dshellInterpreter 0.2.18.1__py3-none-any.whl → 0.2.18.2__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.
Potentially problematic release.
This version of dshellInterpreter might be problematic. Click here for more details.
- Dshell/DISCORD_COMMANDS/dshell_message.py +6 -1
- {dshellinterpreter-0.2.18.1.dist-info → dshellinterpreter-0.2.18.2.dist-info}/METADATA +1 -1
- {dshellinterpreter-0.2.18.1.dist-info → dshellinterpreter-0.2.18.2.dist-info}/RECORD +6 -6
- {dshellinterpreter-0.2.18.1.dist-info → dshellinterpreter-0.2.18.2.dist-info}/WHEEL +0 -0
- {dshellinterpreter-0.2.18.1.dist-info → dshellinterpreter-0.2.18.2.dist-info}/licenses/LICENSE +0 -0
- {dshellinterpreter-0.2.18.1.dist-info → dshellinterpreter-0.2.18.2.dist-info}/top_level.txt +0 -0
|
@@ -252,6 +252,11 @@ async def dshell_get_content_message(ctx: Message, message=None):
|
|
|
252
252
|
|
|
253
253
|
target_message = ctx if message is None else utils_get_message(ctx, message)
|
|
254
254
|
|
|
255
|
-
|
|
255
|
+
try:
|
|
256
|
+
fetch_target_message = await target_message.fetch()
|
|
257
|
+
except:
|
|
258
|
+
raise Exception(f'Message not found !')
|
|
259
|
+
|
|
260
|
+
return fetch_target_message.content
|
|
256
261
|
|
|
257
262
|
|
|
@@ -4,7 +4,7 @@ Dshell/DISCORD_COMMANDS/__init__.py,sha256=87-YpGU74m-m7AqUQni7PGbw73JRlioQkywW_
|
|
|
4
4
|
Dshell/DISCORD_COMMANDS/dshell_channel.py,sha256=PDXpxrRRWPSucdp_3ITJk0Ur3coneRJKWEl2i7GZ2EM,15696
|
|
5
5
|
Dshell/DISCORD_COMMANDS/dshell_interaction.py,sha256=5FA8JZ2_v98ZzOZl6EKyjo_fUQC7FuK6C6hij6ZSP30,3495
|
|
6
6
|
Dshell/DISCORD_COMMANDS/dshell_member.py,sha256=5Iw-2dydhYMZOw2nx0svZP9JpZWHOXC0qkL9tClJHtw,8840
|
|
7
|
-
Dshell/DISCORD_COMMANDS/dshell_message.py,sha256=
|
|
7
|
+
Dshell/DISCORD_COMMANDS/dshell_message.py,sha256=SI8w3tuVGNsNa4OW9h08POjhmHjUVpSUAi_0a4XBAF4,9095
|
|
8
8
|
Dshell/DISCORD_COMMANDS/dshell_pastbin.py,sha256=H0tUJOwdzYBXvxqipK3mzoNZUKrSLcVm4EZlWbBRScs,796
|
|
9
9
|
Dshell/DISCORD_COMMANDS/dshell_role.py,sha256=t_yRZRD0FKE2gT4dIDIsHz2PSZZztDVEkkqkG_OkNh4,5002
|
|
10
10
|
Dshell/DISCORD_COMMANDS/utils/__init__.py,sha256=-amNcYysjgx3YDpDSnbQmJhnm3lbJere9K9aDH-YnJg,115
|
|
@@ -25,8 +25,8 @@ Dshell/_DshellTokenizer/__init__.py,sha256=LIQSRhDx2B9pmPx5ADMwwD0Xr9ybneVLhHH8q
|
|
|
25
25
|
Dshell/_DshellTokenizer/dshell_keywords.py,sha256=TI5O6y6gAXpM_dKxCW9Fk0H8VR-gmyxxKKOURgcHsCg,7219
|
|
26
26
|
Dshell/_DshellTokenizer/dshell_token_type.py,sha256=gYIb2XN2YcgeRgmar_rBDS5CGmwfmxihu8mOW_d6lbE,1533
|
|
27
27
|
Dshell/_DshellTokenizer/dshell_tokenizer.py,sha256=AJnUocD6hbU6wvjRAN5uDha5QQieTwXlHzZVtgRGaZQ,7307
|
|
28
|
-
dshellinterpreter-0.2.18.
|
|
29
|
-
dshellinterpreter-0.2.18.
|
|
30
|
-
dshellinterpreter-0.2.18.
|
|
31
|
-
dshellinterpreter-0.2.18.
|
|
32
|
-
dshellinterpreter-0.2.18.
|
|
28
|
+
dshellinterpreter-0.2.18.2.dist-info/licenses/LICENSE,sha256=lNgcw1_xb7QENAQi3uHGymaFtbs0RV-ihiCd7AoLQjA,1082
|
|
29
|
+
dshellinterpreter-0.2.18.2.dist-info/METADATA,sha256=RreI25MxGVAKwnPuaJvVoVcW4rViZWfjf01XJbkwnbU,1151
|
|
30
|
+
dshellinterpreter-0.2.18.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
31
|
+
dshellinterpreter-0.2.18.2.dist-info/top_level.txt,sha256=B4CMhtmchGwPQJLuqUy0GhRG-0cUGxKL4GqEbCiB_vE,7
|
|
32
|
+
dshellinterpreter-0.2.18.2.dist-info/RECORD,,
|
|
File without changes
|
{dshellinterpreter-0.2.18.1.dist-info → dshellinterpreter-0.2.18.2.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|