dshellInterpreter 1.2.0.7__tar.gz → 1.2.0.8__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.
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_channel.py +4 -3
- {dshellinterpreter-1.2.0.7/dshellInterpreter.egg-info → dshellinterpreter-1.2.0.8}/PKG-INFO +1 -1
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8/dshellInterpreter.egg-info}/PKG-INFO +1 -1
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/setup.py +1 -1
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/__init__.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_embed.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_file.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_interaction.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_member.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_message.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_pastbin.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_role.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_ui.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/__init__.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/utils_embed.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/utils_file.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/utils_global.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/utils_list.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/utils_member.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/utils_message.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/utils_numbers.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/utils_permissions.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/utils_string.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/utils_thread.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/utils_type_validation.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellInterpreteur/__init__.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellInterpreteur/cached_messages.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellInterpreteur/dshell_arguments.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellInterpreteur/dshell_global_variables.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellInterpreteur/dshell_interpreter.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellInterpreteur/dshell_scope.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellInterpreteur/errors.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellInterpreteur/utils_interpreter.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellParser/__init__.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellParser/ast_nodes.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellParser/dshell_parser.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellParser/errors.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellPreProcess/__init__.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellPreProcess/dshell_preprocess.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellTokenizer/__init__.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellTokenizer/dshell_keywords.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellTokenizer/dshell_token_type.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellTokenizer/dshell_tokenizer.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/__init__.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/full_import.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/regex_test.py +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/LICENSE +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/README.md +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/dshellInterpreter.egg-info/SOURCES.txt +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/dshellInterpreter.egg-info/dependency_links.txt +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/dshellInterpreter.egg-info/requires.txt +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/dshellInterpreter.egg-info/top_level.txt +0 -0
- {dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/setup.cfg +0 -0
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_channel.py
RENAMED
|
@@ -481,9 +481,9 @@ async def dshell_delete_thread(ctx: Message,
|
|
|
481
481
|
|
|
482
482
|
async def dshell_create_category(ctx: Message,
|
|
483
483
|
name: StrNode,
|
|
484
|
-
position=MISSING,
|
|
484
|
+
position: IntNode = MISSING,
|
|
485
485
|
permissions: PermissionNode = MISSING,
|
|
486
|
-
reason: Optional[StrNode]=None):
|
|
486
|
+
reason: Optional[StrNode] = None):
|
|
487
487
|
"""
|
|
488
488
|
Creates a category on the server
|
|
489
489
|
"""
|
|
@@ -496,9 +496,10 @@ async def dshell_create_category(ctx: Message,
|
|
|
496
496
|
_validate_missing_or_type(permissions, "Permissions", PermissionNode, _CMD)
|
|
497
497
|
_validate_missing_or_type(position, "Position", IntNode, _CMD)
|
|
498
498
|
|
|
499
|
+
|
|
499
500
|
created_category = await ctx.guild.create_category(StrNode(name),
|
|
500
501
|
position=position,
|
|
501
|
-
overwrites=permissions.value,
|
|
502
|
+
overwrites=permissions.value if permissions is not MISSING else permissions,
|
|
502
503
|
reason=reason)
|
|
503
504
|
|
|
504
505
|
return IntNode(created_category.id)
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="dshellInterpreter",
|
|
8
|
-
version="1.2.0.
|
|
8
|
+
version="1.2.0.8",
|
|
9
9
|
author="Chronos",
|
|
10
10
|
author_email="vagabonwalybi@gmail.com",
|
|
11
11
|
description="A Discord bot interpreter for creating custom commands and automations.",
|
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_embed.py
RENAMED
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_file.py
RENAMED
|
File without changes
|
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_member.py
RENAMED
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_message.py
RENAMED
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_pastbin.py
RENAMED
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_role.py
RENAMED
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/dshell_ui.py
RENAMED
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/__init__.py
RENAMED
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/utils_embed.py
RENAMED
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/utils_file.py
RENAMED
|
File without changes
|
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DISCORD_COMMANDS/utils/utils_list.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellInterpreteur/__init__.py
RENAMED
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellInterpreteur/cached_messages.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellInterpreteur/dshell_scope.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellParser/dshell_parser.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellPreProcess/dshell_preprocess.py
RENAMED
|
File without changes
|
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellTokenizer/dshell_keywords.py
RENAMED
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellTokenizer/dshell_token_type.py
RENAMED
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/Dshell/DshellTokenizer/dshell_tokenizer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/dshellInterpreter.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/dshellInterpreter.egg-info/requires.txt
RENAMED
|
File without changes
|
{dshellinterpreter-1.2.0.7 → dshellinterpreter-1.2.0.8}/dshellInterpreter.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|