Skip to content

Commit

Permalink
chore: updated GitHub Submodules at 2023-10-24 03:35.20
Browse files Browse the repository at this point in the history
Signed-off-by: favna <[email protected]>
  • Loading branch information
NM-EEA-Y committed Oct 24, 2023
1 parent 82a06c0 commit 5562af8
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion projects/framework
Submodule framework updated 40 files
+7 −0 CHANGELOG.md
+3 −3 package.json
+2 −0 src/index.ts
+1 −1 src/lib/parsers/Args.ts
+19 −0 src/lib/precondition-resolvers/clientPermissions.ts
+42 −0 src/lib/precondition-resolvers/cooldown.ts
+5 −0 src/lib/precondition-resolvers/index.ts
+11 −0 src/lib/precondition-resolvers/nsfw.ts
+46 −0 src/lib/precondition-resolvers/runIn.ts
+19 −0 src/lib/precondition-resolvers/userPermissions.ts
+1 −1 src/lib/structures/Argument.ts
+37 −396 src/lib/structures/Command.ts
+1 −1 src/lib/structures/Precondition.ts
+1 −1 src/lib/structures/PreconditionStore.ts
+299 −0 src/lib/types/CommandTypes.ts
+45 −0 src/lib/types/Enums.ts
+4 −4 src/lib/types/Events.ts
+4 −4 src/lib/utils/preconditions/PreconditionContainerArray.ts
+1 −1 src/lib/utils/preconditions/PreconditionContainerSingle.ts
+1 −1 src/lib/utils/preconditions/conditions/IPreconditionCondition.ts
+1 −1 src/listeners/application-commands/CorePossibleAutocompleteInteraction.ts
+1 −1 src/listeners/application-commands/chat-input/CorePossibleChatInputCommand.ts
+1 −1 src/listeners/application-commands/context-menu/CorePossibleContextMenuCommand.ts
+1 −1 src/optional-listeners/message-command-listeners/CoreMessageCommandTyping.ts
+1 −1 src/optional-listeners/message-command-listeners/CorePrefixedMessage.ts
+2 −1 src/preconditions/RunIn.ts
+26 −0 tests/precondition-resolvers/clientPermissions.test.ts
+76 −0 tests/precondition-resolvers/cooldown.test.ts
+24 −0 tests/precondition-resolvers/nsfw.test.ts
+99 −0 tests/precondition-resolvers/runIn.test.ts
+26 −0 tests/precondition-resolvers/userPermissions.test.ts
+21 −15 tests/resolvers/boolean.test.ts
+9 −7 tests/resolvers/date.test.ts
+9 −7 tests/resolvers/emoji.test.ts
+11 −9 tests/resolvers/enum.test.ts
+9 −7 tests/resolvers/float.test.ts
+5 −3 tests/resolvers/hyperlink.test.ts
+9 −7 tests/resolvers/integer.test.ts
+14 −12 tests/resolvers/number.test.ts
+13 −11 tests/resolvers/string.test.ts
Loading

1 comment on commit 5562af8

@vercel
Copy link

@vercel vercel bot commented on 5562af8 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.