trunk/.editorconfig
|
modified
, text changed
|
trunk/.github/FUNDING.yml
|
modified
, text changed
|
trunk/.github/cra-metadata.json
|
modified
, text changed
|
trunk/.github/workflows/update-dev.yml
|
modified
, text changed
|
trunk/.gitignore
|
modified
, text changed
|
trunk/.husky/_/
|
added
|
trunk/.husky/_/.gitignore
|
added
|
trunk/.husky/_/applypatch-msg
|
added
|
trunk/.husky/_/commit-msg
|
added
|
trunk/.husky/_/h
|
added
|
trunk/.husky/_/husky.sh
|
added
|
trunk/.husky/_/post-applypatch
|
added
|
trunk/.husky/_/post-checkout
|
added
|
trunk/.husky/_/post-commit
|
added
|
trunk/.husky/_/post-merge
|
added
|
trunk/.husky/_/post-rewrite
|
added
|
trunk/.husky/_/pre-applypatch
|
added
|
trunk/.husky/_/pre-auto-gc
|
added
|
trunk/.husky/_/pre-commit
|
added
|
trunk/.husky/_/pre-merge-commit
|
added
|
trunk/.husky/_/pre-push
|
added
|
trunk/.husky/_/pre-rebase
|
added
|
trunk/.husky/_/prepare-commit-msg
|
added
|
trunk/.license-notice
|
added
|
trunk/.vscode/settings.json
|
modified
, text changed
|
trunk/CHANGELOG.md
|
modified
, text changed
|
trunk/README.md
|
modified
, text changed
|
trunk/VERSIONS.md
|
added
|
trunk/blazebuild/package.json
|
modified
, text changed
|
trunk/build_src/src/main/typescript/tasks/RunTask.ts
|
modified
, text changed
|
trunk/bun.lockb
|
added
|
trunk/docs/.vscode/
|
deleted
|
trunk/docs/actions/pageinfo.ts
|
modified
, text changed
|
trunk/docs/app/(docs)/commands/settings/
|
added
|
trunk/docs/app/(docs)/commands/settings/metadata.json
|
added
|
trunk/docs/app/(docs)/commands/settings/permission/
|
added
|
trunk/docs/app/(docs)/commands/settings/permission/page.mdx
|
added
|
trunk/docs/app/(docs)/developers/vcs-guide/page.mdx
|
modified
, text changed
|
trunk/docs/app/(docs)/getting-started/page.mdx
|
modified
, text changed
|
trunk/docs/app/(docs)/legal/privacy/page.mdx
|
modified
, text changed
|
trunk/docs/app/(docs)/legal/terms/page.mdx
|
modified
, text changed
|
trunk/docs/app/(docs)/licensing/page.mdx
|
modified
, text changed
|
trunk/docs/bun.lockb
|
modified
, text changed
|
trunk/docs/components/MDX/TableOfContents.tsx
|
modified
, text changed
|
trunk/docs/components/MDX/ValidPermissionIdentifiers.tsx
|
added
|
trunk/docs/components/Searching/Search.tsx
|
modified
, text changed
|
trunk/docs/package.json
|
modified
, text changed
|
trunk/docs/utils/pages.ts
|
modified
, text changed
|
trunk/eslint.config.mjs
|
modified
, text changed
|
trunk/extensions/.gitignore
|
modified
, text changed
|
trunk/extensions/archiver/
|
added
|
trunk/extensions/archiver/.gitignore
|
added
|
trunk/extensions/archiver/README.md
|
added
|
trunk/extensions/archiver/extension.json
|
added
|
trunk/extensions/archiver/package-lock.json
|
added
|
trunk/extensions/archiver/package.json
|
added
|
trunk/extensions/archiver/public/
|
added
|
trunk/extensions/archiver/public/style.css
|
added
|
trunk/extensions/archiver/public/syntax-highlight.css
|
added
|
trunk/extensions/archiver/src/
|
added
|
trunk/extensions/archiver/src/events/
|
added
|
trunk/extensions/archiver/src/events/MessageCreateEventListener.ts
|
added
|
trunk/extensions/archiver/src/html/
|
added
|
trunk/extensions/archiver/src/html/messages.ejs
|
added
|
trunk/extensions/archiver/src/index.ts
|
added
|
trunk/extensions/archiver/src/server/
|
added
|
trunk/extensions/archiver/src/server/ArchiveServer.ts
|
added
|
trunk/extensions/archiver/src/service/
|
added
|
trunk/extensions/archiver/src/service/ArchiveProcess.ts
|
added
|
trunk/extensions/archiver/src/service/ArchiveService.ts
|
added
|
trunk/extensions/archiver/src/types/
|
added
|
trunk/extensions/archiver/src/types/ArchiveMessagePayload.ts
|
added
|
trunk/extensions/archiver/src/types/MessageType.ts
|
added
|
trunk/extensions/archiver/tsconfig.bun.json
|
added
|
trunk/extensions/archiver/tsconfig.json
|
added
|
trunk/extensions/archiver/tsconfig.node.json
|
added
|
trunk/extensions/waifu.pics/docs/commands/anime.md
|
modified
, text changed
|
trunk/package.json
|
modified
, text changed
|
trunk/scripts/addlicense
|
added
|
trunk/src/framework/resources/.gitignore
|
modified
, text changed
|
trunk/src/framework/typescript/api/APIServer.ts
|
modified
, text changed
|
trunk/src/framework/typescript/api/RouteMetadata.ts
|
modified
, text changed
|
trunk/src/framework/typescript/api/decorators/Action.ts
|
modified
, text changed
|
trunk/src/framework/typescript/api/decorators/EnableAdminAccessControl.ts
|
modified
, text changed
|
trunk/src/framework/typescript/api/decorators/EnableGuildAccessControl.ts
|
modified
, text changed
|
trunk/src/framework/typescript/api/decorators/GatewayEventListener.ts
|
modified
, text changed
|
trunk/src/framework/typescript/api/decorators/RequireAuth.ts
|
modified
, text changed
|
trunk/src/framework/typescript/api/decorators/SuppressErrors.ts
|
modified
, text changed
|
trunk/src/framework/typescript/api/decorators/Validate.ts
|
modified
, text changed
|
trunk/src/framework/typescript/api/http/Controller.ts
|
modified
, text changed
|
trunk/src/framework/typescript/api/http/Request.ts
|
modified
, text changed
|
trunk/src/framework/typescript/api/http/Response.ts
|
modified
, text changed
|
trunk/src/framework/typescript/api/middleware/AdminAccessControl.ts
|
modified
, text changed
|
trunk/src/framework/typescript/api/middleware/GuildAccessControl.ts
|
modified
, text changed
|
trunk/src/framework/typescript/api/middleware/RequireAuthMiddleware.ts
|
modified
, text changed
|
trunk/src/framework/typescript/api/middleware/ValidateMiddleware.ts
|
modified
, text changed
|
trunk/src/framework/typescript/app/Application.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/Argument.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/ArgumentInterface.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/ArgumentParser.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/ArgumentTypes.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/ChannelArgument.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/DurationArgument.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/DynamicArguments.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/EntityArgument.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/GuildMemberArgument.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/IntegerArgument.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/InvalidArgumentError.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/NumberArgument.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/ParserConfigError.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/RestStringArgument.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/RoleArgument.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/StringArgument.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/SubcommandErrorMessage.ts
|
modified
, text changed
|
trunk/src/framework/typescript/arguments/UserArgument.ts
|
modified
, text changed
|
trunk/src/framework/typescript/cache/CacheUtil.ts
|
modified
, text changed
|
trunk/src/framework/typescript/cache/GlobalStore.ts
|
modified
, text changed
|
trunk/src/framework/typescript/cache/GuildStore.ts
|
modified
, text changed
|
trunk/src/framework/typescript/client/BaseClient.ts
|
modified
, text changed
|
trunk/src/framework/typescript/cluster/FeatureFlagManager.ts
|
modified
, text changed
|
trunk/src/framework/typescript/collections/FluentIterator.ts
|
modified
, text changed
|
trunk/src/framework/typescript/collections/FluentSet.ts
|
modified
, text changed
|
trunk/src/framework/typescript/collections/ReadonlyCollection.ts
|
modified
, text changed
|
trunk/src/framework/typescript/commands/AbstractRootCommand.ts
|
modified
, text changed
|
trunk/src/framework/typescript/commands/Command.ts
|
modified
, text changed
|
trunk/src/framework/typescript/commands/CommandAbortedError.ts
|
modified
, text changed
|
trunk/src/framework/typescript/commands/Context.ts
|
modified
, text changed
|
trunk/src/framework/typescript/commands/ContextType.ts
|
modified
, text changed
|
trunk/src/framework/typescript/commands/InteractionContext.ts
|
modified
, text changed
|
trunk/src/framework/typescript/commands/LegacyContext.ts
|
modified
, text changed
|
trunk/src/framework/typescript/concurrent/Condition.ts
|
modified
, text changed
|
trunk/src/framework/typescript/concurrent/Mutex.ts
|
modified
, text changed
|
trunk/src/framework/typescript/concurrent/Semaphore.ts
|
modified
, text changed
|
trunk/src/framework/typescript/container/Bind.ts
|
modified
, text changed
|
trunk/src/framework/typescript/container/BindToContainer.ts
|
modified
, text changed
|
trunk/src/framework/typescript/container/CanBind.ts
|
modified
, text changed
|
trunk/src/framework/typescript/container/Container.ts
|
modified
, text changed
|
trunk/src/framework/typescript/container/Inject.ts
|
modified
, text changed
|
trunk/src/framework/typescript/container/InjectOnCall.ts
|
modified
, text changed
|
trunk/src/framework/typescript/contracts/BehavesLikePrimitive.ts
|
modified
, text changed
|
trunk/src/framework/typescript/contracts/Bootable.ts
|
modified
, text changed
|
trunk/src/framework/typescript/contracts/CommandManagerServiceInterface.ts
|
modified
, text changed
|
trunk/src/framework/typescript/contracts/CommandRateLimiterContract.ts
|
modified
, text changed
|
trunk/src/framework/typescript/contracts/ConfigurationManagerServiceInterface.ts
|
modified
, text changed
|
trunk/src/framework/typescript/contracts/JSONSerializable.ts
|
modified
, text changed
|
trunk/src/framework/typescript/contracts/PermissionManagerInterface.ts
|
modified
, text changed
|
trunk/src/framework/typescript/contracts/PermissionManagerServiceInterface.ts
|
modified
, text changed
|
trunk/src/framework/typescript/core/DiscordKernelClassInterface.ts
|
modified
, text changed
|
trunk/src/framework/typescript/core/Kernel.ts
|
modified
, text changed
|
trunk/src/framework/typescript/core/KernelInterface.ts
|
modified
, text changed
|
trunk/src/framework/typescript/database/Enum.ts
|
modified
, text changed
|
trunk/src/framework/typescript/datetime/Duration.ts
|
modified
, text changed
|
trunk/src/framework/typescript/datetime/DurationParseError.ts
|
modified
, text changed
|
trunk/src/framework/typescript/decorators/Override.ts
|
modified
, text changed
|
trunk/src/framework/typescript/directives/Directive.ts
|
modified
, text changed
|
trunk/src/framework/typescript/directives/DirectiveParseError.ts
|
modified
, text changed
|
trunk/src/framework/typescript/directives/DirectiveParser.ts
|
modified
, text changed
|
trunk/src/framework/typescript/discord/
|
added
|
trunk/src/framework/typescript/discord/ApplicationCommandType.ts
|
added
|
trunk/src/framework/typescript/env/Environment.ts
|
modified
, text changed
|
trunk/src/framework/typescript/errors/APIErrors.ts
|
modified
, text changed
|
trunk/src/framework/typescript/errors/DiscordAPIErrorMessage.ts
|
modified
, text changed
|
trunk/src/framework/typescript/events/EventListener.ts
|
modified
, text changed
|
trunk/src/framework/typescript/events/GatewayEventListener.ts
|
modified
, text changed
|
trunk/src/framework/typescript/functions/Callable.ts
|
modified
, text changed
|
trunk/src/framework/typescript/guards/Guard.ts
|
modified
, text changed
|
trunk/src/framework/typescript/guards/GuardLike.ts
|
modified
, text changed
|
trunk/src/framework/typescript/import/ClassLoader.ts
|
modified
, text changed
|
trunk/src/framework/typescript/import/ClassLoaderError.ts
|
modified
, text changed
|
trunk/src/framework/typescript/import/InvalidClassFileError.ts
|
modified
, text changed
|
trunk/src/framework/typescript/import/NoClassDefFoundError.ts
|
modified
, text changed
|
trunk/src/framework/typescript/io/File.ts
|
modified
, text changed
|
trunk/src/framework/typescript/log/Logger.ts
|
modified
, text changed
|
trunk/src/framework/typescript/pagination/
|
deleted
|
trunk/src/framework/typescript/permissions/AbstractPermissionManager.ts
|
modified
, text changed
|
trunk/src/framework/typescript/permissions/AbstractPermissionManagerService.ts
|
modified
, text changed
|
trunk/src/framework/typescript/permissions/Permission.ts
|
modified
, text changed
|
trunk/src/framework/typescript/permissions/PermissionDeniedError.ts
|
modified
, text changed
|
trunk/src/framework/typescript/permissions/PermissionFlag.ts
|
modified
, text changed
|
trunk/src/framework/typescript/policies/Policy.ts
|
modified
, text changed
|
trunk/src/framework/typescript/polyfills/FileSystem.ts
|
modified
, text changed
|
trunk/src/framework/typescript/polyfills/Promise.ts
|
modified
, text changed
|
trunk/src/framework/typescript/queues/Queue.ts
|
modified
, text changed
|
trunk/src/framework/typescript/queues/QueueManager.ts
|
modified
, text changed
|
trunk/src/framework/typescript/services/Name.ts
|
modified
, text changed
|
trunk/src/framework/typescript/services/Service.ts
|
modified
, text changed
|
trunk/src/framework/typescript/services/ServiceManager.ts
|
modified
, text changed
|
trunk/src/framework/typescript/streams/ReducedStream.ts
|
modified
, text changed
|
trunk/src/framework/typescript/streams/Stream.ts
|
modified
, text changed
|
trunk/src/framework/typescript/tools/PropertyReader.ts
|
modified
, text changed
|
trunk/src/framework/typescript/tools/PropertySyntaxError.ts
|
modified
, text changed
|
trunk/src/framework/typescript/types/Builder.ts
|
modified
, text changed
|
trunk/src/framework/typescript/types/ClientEvents.ts
|
modified
, text changed
|
trunk/src/framework/typescript/types/HasApplication.ts
|
modified
, text changed
|
trunk/src/framework/typescript/types/HasClient.ts
|
modified
, text changed
|
trunk/src/framework/typescript/types/HasEventListeners.ts
|
modified
, text changed
|
trunk/src/framework/typescript/types/OptionalRecord.ts
|
modified
, text changed
|
trunk/src/framework/typescript/types/SerializableToJSON.ts
|
modified
, text changed
|
trunk/src/framework/typescript/types/Singleton.ts
|
modified
, text changed
|
trunk/src/framework/typescript/types/StringLike.ts
|
modified
, text changed
|
trunk/src/framework/typescript/types/TextBasedChannel.ts
|
modified
, text changed
|
trunk/src/framework/typescript/types/Utils.ts
|
modified
, text changed
|
trunk/src/framework/typescript/utils/channel.ts
|
modified
, text changed
|
trunk/src/framework/typescript/utils/decorators.ts
|
modified
, text changed
|
trunk/src/framework/typescript/utils/devflow.ts
|
modified
, text changed
|
trunk/src/framework/typescript/utils/embeds.ts
|
modified
, text changed
|
trunk/src/framework/typescript/utils/entities.ts
|
modified
, text changed
|
trunk/src/framework/typescript/utils/errors.ts
|
modified
, text changed
|
trunk/src/framework/typescript/utils/formatters.ts
|
modified
, text changed
|
trunk/src/framework/typescript/utils/helpers.ts
|
modified
, text changed
|
trunk/src/framework/typescript/utils/logic.ts
|
modified
, text changed
|
trunk/src/framework/typescript/utils/objects.ts
|
modified
, text changed
|
trunk/src/framework/typescript/utils/string.ts
|
modified
, text changed
|
trunk/src/framework/typescript/utils/user.ts
|
modified
, text changed
|
trunk/src/framework/typescript/utils/utils.ts
|
modified
, text changed
|
trunk/src/framework/typescript/utils/zod.ts
|
modified
, text changed
|
trunk/src/framework/typescript/widgets/
|
added
|
trunk/src/framework/typescript/widgets/Pagination.ts
|
added
|
trunk/src/framework/typescript/widgets/Wizard.ts
|
added
|
trunk/src/framework/typescript/widgets/WizardButtonBuilder.ts
|
added
|
trunk/src/framework/typescript/widgets/WizardManager.ts
|
added
|
trunk/src/main/typescript/api/controllers/AnnouncementController.ts
|
modified
, text changed
|
trunk/src/main/typescript/api/controllers/AuthController.ts
|
modified
, text changed
|
trunk/src/main/typescript/api/controllers/ConfigController.ts
|
modified
, text changed
|
trunk/src/main/typescript/api/controllers/GuildController.ts
|
modified
, text changed
|
trunk/src/main/typescript/api/controllers/MainController.ts
|
modified
, text changed
|
trunk/src/main/typescript/api/controllers/VerificationController.ts
|
modified
, text changed
|
trunk/src/main/typescript/arguments/RestRoleArgument.ts
|
modified
, text changed
|
trunk/src/main/typescript/automod/AIAutoModeration.ts
|
modified
, text changed
|
trunk/src/main/typescript/automod/AntiMemberJoinService.ts
|
modified
, text changed
|
trunk/src/main/typescript/automod/RaidProtectionService.ts
|
modified
, text changed
|
trunk/src/main/typescript/automod/RuleModerationService.ts
|
modified
, text changed
|
trunk/src/main/typescript/automod/SpamModerationService.ts
|
modified
, text changed
|
trunk/src/main/typescript/automod/TriggerService.ts
|
modified
, text changed
|
trunk/src/main/typescript/automod/VerificationService.ts
|
modified
, text changed
|
trunk/src/main/typescript/bun.ts
|
modified
, text changed
|
trunk/src/main/typescript/cache/CommandPermissionOverwriteCacheStore.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/automation/AFKCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/automation/AFKsCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/automation/AntiMemberJoinCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/automation/CreateReactionRoleCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/automation/ExpireCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/automation/QueueAddCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/automation/QueueCancelCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/automation/QueueCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/automation/QueueListCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/automation/QueueViewCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/automation/RemindCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/automation/ReminderCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/automation/ScheduleCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/automation/SurveyCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/fun/CatCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/fun/DogCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/fun/HttpCatCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/fun/HttpDogCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/fun/JokeCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/fun/MixEmojiCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/fun/PixabayCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/information/AvatarCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/information/CrisisCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/information/EmojiCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/information/EncourageCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/information/ProfileCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/information/ServerStatsCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/information/UserLookupCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/BanCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/BeanCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/ClearCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/DMHistoryCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/EchoCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/EditMessageCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/FakeBanCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/InfractionClearCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/InfractionCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/InfractionCreateCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/InfractionDeleteCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/InfractionDurationCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/InfractionListCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/InfractionReasonCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/InfractionViewCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/KickCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/LockAllCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/LockCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/MassBanCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/MassKickCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/ModMessageCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/ModStatsCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/MuteCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/NoteCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/ReportMessageCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/RoleCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/SaveMessageCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/SendCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/SendHistoryCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/SendReplyCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/ShotCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/UnbanCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/UnlockAllCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/UnlockCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/UnmuteCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/moderation/WarnCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/settings/.gitignore
|
modified
, text changed
|
trunk/src/main/typescript/commands/settings/AboutCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/settings/BlockedTokenCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/settings/BlockedWordCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/settings/ConfigCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/settings/EvalCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/settings/HelpCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/settings/PermissionCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/settings/RestartCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/settings/SetupCommand.ts
|
added
|
trunk/src/main/typescript/commands/settings/SystemStatusCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/settings/TestCommand.ts
|
added
|
trunk/src/main/typescript/commands/settings/UpdateCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/settings/UpdateCommandsCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/system/ReloadCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/system/SystemBanCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/system/SystemUnbanCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/tools/ArchiveCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/tools/EmbedBuildCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/tools/EmbedCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/tools/EmbedSchemaCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/tools/EmbedSendCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/tools/ExtractEmojisCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/tools/SetSlowmodeCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/tools/SnippetCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/tools/SnippetCreateCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/tools/SnippetDeleteCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/tools/SnippetEditCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/tools/SnippetListCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/tools/SnippetPushFileCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/tools/SnippetRenameCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/commands/tools/TranslateCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/constants/Colors.ts
|
modified
, text changed
|
trunk/src/main/typescript/constants/Limits.ts
|
modified
, text changed
|
trunk/src/main/typescript/contracts/MessageAutoModServiceContract.ts
|
modified
, text changed
|
trunk/src/main/typescript/contracts/ModerationRuleHandlerContract.ts
|
modified
, text changed
|
trunk/src/main/typescript/core/Client.ts
|
modified
, text changed
|
trunk/src/main/typescript/core/DiscordKernel.ts
|
modified
, text changed
|
trunk/src/main/typescript/core/FatalError.ts
|
modified
, text changed
|
trunk/src/main/typescript/decorators/AcceptsMessageRuleScopes.ts
|
modified
, text changed
|
trunk/src/main/typescript/decorators/AcceptsModerationRuleContextType.ts
|
modified
, text changed
|
trunk/src/main/typescript/directives/EmbedDirective.ts
|
modified
, text changed
|
trunk/src/main/typescript/drizzle/QueryLogger.ts
|
modified
, text changed
|
trunk/src/main/typescript/env/env.ts
|
modified
, text changed
|
trunk/src/main/typescript/events/GuildAuditLogEntryCreateEventListener.ts
|
modified
, text changed
|
trunk/src/main/typescript/events/RawEventListener.ts
|
modified
, text changed
|
trunk/src/main/typescript/events/ReadyEventListener.ts
|
modified
, text changed
|
trunk/src/main/typescript/events/guild/
|
added
|
trunk/src/main/typescript/events/guild/GuildCreateEventListener.ts
|
added
|
trunk/src/main/typescript/events/interaction/InteractionCreateEventListener.ts
|
modified
, text changed
|
trunk/src/main/typescript/events/member/GuildMemberAddEventListener.ts
|
modified
, text changed
|
trunk/src/main/typescript/events/member/GuildMemberRemoveEventListener.ts
|
modified
, text changed
|
trunk/src/main/typescript/events/message/MessageBulkDeleteEventListener.ts
|
modified
, text changed
|
trunk/src/main/typescript/events/message/MessageCreateEventListener.ts
|
modified
, text changed
|
trunk/src/main/typescript/events/message/MessageDeleteEventListener.ts
|
modified
, text changed
|
trunk/src/main/typescript/events/message/MessageUpdateEventListener.ts
|
modified
, text changed
|
trunk/src/main/typescript/extensions/Extension.ts
|
modified
, text changed
|
trunk/src/main/typescript/extensions/ExtensionInfo.ts
|
modified
, text changed
|
trunk/src/main/typescript/main.ts
|
modified
, text changed
|
trunk/src/main/typescript/models/AFKEntry.ts
|
modified
, text changed
|
trunk/src/main/typescript/models/ChannelLock.ts
|
modified
, text changed
|
trunk/src/main/typescript/models/CommandPermissionOverwrite.ts
|
modified
, text changed
|
trunk/src/main/typescript/models/Infraction.ts
|
modified
, text changed
|
trunk/src/main/typescript/models/MuteRecord.ts
|
modified
, text changed
|
trunk/src/main/typescript/models/PermissionLevel.ts
|
modified
, text changed
|
trunk/src/main/typescript/models/PermissionOverwrite.ts
|
modified
, text changed
|
trunk/src/main/typescript/models/Queue.ts
|
modified
, text changed
|
trunk/src/main/typescript/models/ReactionRole.ts
|
modified
, text changed
|
trunk/src/main/typescript/models/Snippet.ts
|
modified
, text changed
|
trunk/src/main/typescript/models/User.ts
|
modified
, text changed
|
trunk/src/main/typescript/models/VerificationEntry.ts
|
modified
, text changed
|
trunk/src/main/typescript/models/VerificationRecord.ts
|
modified
, text changed
|
trunk/src/main/typescript/permissions/SystemAdminPermission.ts
|
modified
, text changed
|
trunk/src/main/typescript/policies/BallotPolicy.ts
|
modified
, text changed
|
trunk/src/main/typescript/queues/CommandExecutionQueue.ts
|
modified
, text changed
|
trunk/src/main/typescript/queues/InfractionChannelDeleteQueue.ts
|
modified
, text changed
|
trunk/src/main/typescript/queues/MassUnbanQueue.ts
|
modified
, text changed
|
trunk/src/main/typescript/queues/MessageDeleteQueue.ts
|
modified
, text changed
|
trunk/src/main/typescript/queues/MessageScheduleQueue.ts
|
modified
, text changed
|
trunk/src/main/typescript/queues/ReminderQueue.ts
|
modified
, text changed
|
trunk/src/main/typescript/queues/RoleQueue.ts
|
modified
, text changed
|
trunk/src/main/typescript/queues/UnbanQueue.ts
|
modified
, text changed
|
trunk/src/main/typescript/queues/UnmuteQueue.ts
|
modified
, text changed
|
trunk/src/main/typescript/queues/VerificationExpiredQueue.ts
|
modified
, text changed
|
trunk/src/main/typescript/schemas/AIAutoModSchema.ts
|
added
|
trunk/src/main/typescript/schemas/EnvironmentVariableSchema.ts
|
modified
, text changed
|
trunk/src/main/typescript/schemas/GuildConfigSchema.ts
|
modified
, text changed
|
trunk/src/main/typescript/schemas/LoggingSchema.ts
|
modified
, text changed
|
trunk/src/main/typescript/schemas/MessageRuleSchema.ts
|
modified
, text changed
|
trunk/src/main/typescript/schemas/ModerationActionSchema.ts
|
modified
, text changed
|
trunk/src/main/typescript/schemas/SnowflakeSchema.ts
|
modified
, text changed
|
trunk/src/main/typescript/schemas/SurveySystemConfigSchema.ts
|
modified
, text changed
|
trunk/src/main/typescript/schemas/SystemConfigSchema.ts
|
modified
, text changed
|
trunk/src/main/typescript/schemas/TriggerSchema.ts
|
modified
, text changed
|
trunk/src/main/typescript/security/CommandRateLimiter.ts
|
modified
, text changed
|
trunk/src/main/typescript/security/DiscordPermissionManager.ts
|
modified
, text changed
|
trunk/src/main/typescript/security/LayeredPermissionManager.ts
|
modified
, text changed
|
trunk/src/main/typescript/security/LevelBasedPermissionManager.ts
|
modified
, text changed
|
trunk/src/main/typescript/security/ModerationRuleHandler.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/AFKService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/AuditLoggingService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/AuthService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/AutoRoleService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/BumpReminderService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/ChannelLockManager.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/CommandManager.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/ConfigurationManager.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/DatabaseService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/DirectiveParsingService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/ExtensionManager.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/ExtensionPostBootManager.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/GuildSetupService.ts
|
added
|
trunk/src/main/typescript/services/ImageRecognitionService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/InfractionManager.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/InviteTrackingService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/LogStreamingService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/MessageReportingService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/ModerationActionService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/PermissionManagerService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/QueueService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/QuickMuteService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/ReactionRoleService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/ShellService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/SnippetManagerService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/StartupManager.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/SurveyService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/SystemAuditLoggingService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/SystemUpdateService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/TranslationService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/WelcomerService.ts
|
modified
, text changed
|
trunk/src/main/typescript/services/WizardManagerService.ts
|
added
|
trunk/src/main/typescript/shell/commands/AdminTestShellCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/shell/commands/RebootShellCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/shell/commands/SudoShellCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/shell/commands/VersionShellCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/shell/core/ExitError.ts
|
modified
, text changed
|
trunk/src/main/typescript/shell/core/ShellClient.ts
|
modified
, text changed
|
trunk/src/main/typescript/shell/core/ShellCommand.ts
|
modified
, text changed
|
trunk/src/main/typescript/shell/core/ShellCommandContext.ts
|
modified
, text changed
|
trunk/src/main/typescript/shell.ts
|
modified
, text changed
|
trunk/src/main/typescript/types/APIErrorCode.ts
|
modified
, text changed
|
trunk/src/main/typescript/types/CustomClientEvents.ts
|
modified
, text changed
|
trunk/src/main/typescript/types/ESModule.ts
|
modified
, text changed
|
trunk/src/main/typescript/types/HasEventListeners.ts
|
modified
, text changed
|
trunk/src/main/typescript/types/Services.ts
|
modified
, text changed
|
trunk/src/main/typescript/types/Utils.ts
|
modified
, text changed
|
trunk/src/main/typescript/types/global/env.d.ts
|
modified
, text changed
|
trunk/src/main/typescript/types/global/globals.d.ts
|
modified
, text changed
|
trunk/src/main/typescript/types/global/permissions.d.ts
|
modified
, text changed
|
trunk/src/main/typescript/utils/ArgumentDefaultRules.ts
|
modified
, text changed
|
trunk/src/main/typescript/utils/EmbedSchemaParser.ts
|
modified
, text changed
|
trunk/src/main/typescript/utils/ErrorMessages.ts
|
modified
, text changed
|
trunk/src/main/typescript/utils/axios.ts
|
modified
, text changed
|
trunk/src/main/typescript/utils/cache.ts
|
modified
, text changed
|
trunk/src/main/typescript/utils/datetime.ts
|
modified
, text changed
|
trunk/src/main/typescript/utils/download.ts
|
modified
, text changed
|
trunk/src/main/typescript/utils/embed.ts
|
modified
, text changed
|
trunk/src/main/typescript/utils/emoji.ts
|
modified
, text changed
|
trunk/src/main/typescript/utils/fetch.ts
|
modified
, text changed
|
trunk/src/main/typescript/utils/filesystem.ts
|
modified
, text changed
|
trunk/src/main/typescript/utils/troll.ts
|
modified
, text changed
|
trunk/src/main/typescript/utils/utils.ts
|
modified
, text changed
|
trunk/tests/framework/pagination/Pagination.test.ts
|
modified
, text changed
|
trunk/tests/framework/polyfills/Promise.test.ts
|
modified
, text changed
|
trunk/tsconfig.json
|
modified
, text changed
|
trunk/typedoc/
|
added
|
trunk/typedoc/typedoc.css
|
added
|
trunk/typedoc.json
|
added
|