dshellInterpreter 0.2.13.2__py3-none-any.whl → 0.2.13.3__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 +1 -1
- {dshellinterpreter-0.2.13.2.dist-info → dshellinterpreter-0.2.13.3.dist-info}/METADATA +1 -1
- {dshellinterpreter-0.2.13.2.dist-info → dshellinterpreter-0.2.13.3.dist-info}/RECORD +6 -6
- {dshellinterpreter-0.2.13.2.dist-info → dshellinterpreter-0.2.13.3.dist-info}/WHEEL +0 -0
- {dshellinterpreter-0.2.13.2.dist-info → dshellinterpreter-0.2.13.3.dist-info}/licenses/LICENSE +0 -0
- {dshellinterpreter-0.2.13.2.dist-info → dshellinterpreter-0.2.13.3.dist-info}/top_level.txt +0 -0
|
@@ -45,7 +45,7 @@ async def dshell_send_message(ctx: Message, message=None, delete=None, channel=N
|
|
|
45
45
|
if isinstance(embeds, Embed):
|
|
46
46
|
embeds = ListNode([embeds])
|
|
47
47
|
|
|
48
|
-
if not isinstance(
|
|
48
|
+
if not isinstance(view, (EasyModifiedViews, NoneType)):
|
|
49
49
|
raise Exception(f'Channel must be an UI or None, not {type(channel_to_send)} !')
|
|
50
50
|
|
|
51
51
|
sended_message = await channel_to_send.send(message,
|
|
@@ -3,7 +3,7 @@ Dshell/_utils.py,sha256=PJ3fwn8IMqUMnW9oTwfr9v4--rzHIhhLQoVVqjwjoJU,23
|
|
|
3
3
|
Dshell/DISCORD_COMMANDS/__init__.py,sha256=8JPQ-6-s8PkaacmOfQgyczUiLM6rUSceHEJ60oNSis0,173
|
|
4
4
|
Dshell/DISCORD_COMMANDS/dshell_channel.py,sha256=qpNe3oE5VyLCmOeCjWlt0rvaSBv2yrkmJgrRswrNOZM,15721
|
|
5
5
|
Dshell/DISCORD_COMMANDS/dshell_member.py,sha256=5Iw-2dydhYMZOw2nx0svZP9JpZWHOXC0qkL9tClJHtw,8840
|
|
6
|
-
Dshell/DISCORD_COMMANDS/dshell_message.py,sha256=
|
|
6
|
+
Dshell/DISCORD_COMMANDS/dshell_message.py,sha256=hrIX7Pj0q2cHzgXLnZYVGS5gpyEyfC4CY5sESOzH7a8,7260
|
|
7
7
|
Dshell/DISCORD_COMMANDS/dshell_pastbin.py,sha256=TkWFGRRTvhhJgvwkDFx9Fz4UM2UUFwxyq0laMVx0mUk,881
|
|
8
8
|
Dshell/DISCORD_COMMANDS/dshell_role.py,sha256=t_yRZRD0FKE2gT4dIDIsHz2PSZZztDVEkkqkG_OkNh4,5002
|
|
9
9
|
Dshell/DISCORD_COMMANDS/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -18,8 +18,8 @@ Dshell/_DshellTokenizer/__init__.py,sha256=LIQSRhDx2B9pmPx5ADMwwD0Xr9ybneVLhHH8q
|
|
|
18
18
|
Dshell/_DshellTokenizer/dshell_keywords.py,sha256=HtrOQiND_TdM2pdNNAdjBZK2Lhzm2_9umY2dmKfFMTQ,5675
|
|
19
19
|
Dshell/_DshellTokenizer/dshell_token_type.py,sha256=gYIb2XN2YcgeRgmar_rBDS5CGmwfmxihu8mOW_d6lbE,1533
|
|
20
20
|
Dshell/_DshellTokenizer/dshell_tokenizer.py,sha256=LZGs4Ytuyx9Galazqtz32lS4Mmu9yZya1B7AzFQAQOk,7150
|
|
21
|
-
dshellinterpreter-0.2.13.
|
|
22
|
-
dshellinterpreter-0.2.13.
|
|
23
|
-
dshellinterpreter-0.2.13.
|
|
24
|
-
dshellinterpreter-0.2.13.
|
|
25
|
-
dshellinterpreter-0.2.13.
|
|
21
|
+
dshellinterpreter-0.2.13.3.dist-info/licenses/LICENSE,sha256=lNgcw1_xb7QENAQi3uHGymaFtbs0RV-ihiCd7AoLQjA,1082
|
|
22
|
+
dshellinterpreter-0.2.13.3.dist-info/METADATA,sha256=xqvU62szhgive2IfV7RtSsL8c051YxMd1m6D6ynp6_I,1151
|
|
23
|
+
dshellinterpreter-0.2.13.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
24
|
+
dshellinterpreter-0.2.13.3.dist-info/top_level.txt,sha256=B4CMhtmchGwPQJLuqUy0GhRG-0cUGxKL4GqEbCiB_vE,7
|
|
25
|
+
dshellinterpreter-0.2.13.3.dist-info/RECORD,,
|
|
File without changes
|
{dshellinterpreter-0.2.13.2.dist-info → dshellinterpreter-0.2.13.3.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|