branches/2.x/
|
added
|
branches/2.x/.editorconfig
|
added
|
branches/2.x/.env.example
|
added
|
branches/2.x/.github/
|
added
|
branches/2.x/.github/ISSUE_TEMPLATE/
|
added
|
branches/2.x/.github/ISSUE_TEMPLATE/bug_report.md
|
added
|
branches/2.x/.github/ISSUE_TEMPLATE/docs_issue.md
|
added
|
branches/2.x/.github/ISSUE_TEMPLATE/feature_request.md
|
added
|
branches/2.x/.github/PULL_REQUEST_TEMPLATE.md
|
added
|
branches/2.x/.github/workflows/
|
added
|
branches/2.x/.github/workflows/build.yml
|
added
|
branches/2.x/.github/workflows/docs-deploy.yml
|
added
|
branches/2.x/.github/workflows/docs.yml
|
added
|
branches/2.x/.gitignore
|
added
|
branches/2.x/.husky/
|
added
|
branches/2.x/.husky/commit-msg
|
added
|
branches/2.x/CODE_OF_CONDUCT.md
|
added
|
branches/2.x/CONTRIBUTING.md
|
added
|
branches/2.x/LICENSE
|
added
|
branches/2.x/README.md
|
added
|
branches/2.x/SECURITY.md
|
added
|
branches/2.x/commitlint.config.js
|
added
|
branches/2.x/deploy-commands.js
|
added
|
branches/2.x/docs/
|
added
|
branches/2.x/docs/assets/
|
added
|
branches/2.x/docs/assets/css/
|
added
|
branches/2.x/docs/assets/css/style.css
|
added
|
branches/2.x/docs/assets/images/
|
added
|
branches/2.x/docs/assets/images/sudobot.png
|
added
|
branches/2.x/docs/index.md
|
added
|
branches/2.x/docs/moderation/
|
added
|
branches/2.x/docs/moderation/banning_users.md
|
added
|
branches/2.x/docs/moderation/clear_command.md
|
added
|
branches/2.x/docs/moderation/index.md
|
added
|
branches/2.x/docs/moderation/locking_channels.md
|
added
|
branches/2.x/docs/moderation/muting_members.md
|
added
|
branches/2.x/docs/moderation/other_moderation_commands.md
|
added
|
branches/2.x/docs/moderation/taking_notes.md
|
added
|
branches/2.x/docs/moderation/warning_members.md
|
added
|
branches/2.x/docs/overrides/
|
added
|
branches/2.x/docs/overrides/main.html
|
added
|
branches/2.x/ecosystem.config.js
|
added
|
branches/2.x/init.sh
|
added
|
branches/2.x/mkdocs.yml
|
added
|
branches/2.x/package.json
|
added
|
branches/2.x/resources/
|
added
|
branches/2.x/resources/rickrolls.json
|
added
|
branches/2.x/resources/welcome_messages.json
|
added
|
branches/2.x/sample-config.json
|
added
|
branches/2.x/slappey.json
|
added
|
branches/2.x/src/
|
added
|
branches/2.x/src/api/
|
added
|
branches/2.x/src/api/Auth.ts
|
added
|
branches/2.x/src/api/GuildAuth.ts
|
added
|
branches/2.x/src/api/PublicRouter.ts
|
added
|
branches/2.x/src/api/Router.ts
|
added
|
branches/2.x/src/api/Server.ts
|
added
|
branches/2.x/src/api/Validator.ts
|
added
|
branches/2.x/src/api/public-routes/
|
added
|
branches/2.x/src/api/public-routes/guild.ts
|
added
|
branches/2.x/src/api/public-routes/recaptcha.ts
|
added
|
branches/2.x/src/api/routes/
|
added
|
branches/2.x/src/api/routes/channels.ts
|
added
|
branches/2.x/src/api/routes/config.ts
|
added
|
branches/2.x/src/api/routes/guilds.ts
|
added
|
branches/2.x/src/api/routes/index.ts
|
added
|
branches/2.x/src/api/routes/misc-config.ts
|
added
|
branches/2.x/src/api/routes/mod-config.ts
|
added
|
branches/2.x/src/api/routes/roles.ts
|
added
|
branches/2.x/src/api/routes/verificationdata.ts
|
added
|
branches/2.x/src/automod/
|
added
|
branches/2.x/src/automod/AntiRaid.ts
|
added
|
branches/2.x/src/automod/Antijoin.ts
|
added
|
branches/2.x/src/automod/AutoClear.ts
|
added
|
branches/2.x/src/automod/Automute.ts
|
added
|
branches/2.x/src/automod/History.ts
|
added
|
branches/2.x/src/automod/Logger.ts
|
added
|
branches/2.x/src/automod/MessageFilter.ts
|
added
|
branches/2.x/src/automod/SpamFilter.ts
|
added
|
branches/2.x/src/cli-commands/
|
added
|
branches/2.x/src/cli-commands/db/
|
added
|
branches/2.x/src/cli-commands/db/SyncDBCommand.ts
|
added
|
branches/2.x/src/cli-commands/guild/
|
added
|
branches/2.x/src/cli-commands/guild/BanGuildCommand.ts
|
added
|
branches/2.x/src/cli-commands/guild/GuildPurgeCommand.ts
|
added
|
branches/2.x/src/cli.ts
|
added
|
branches/2.x/src/client/
|
added
|
branches/2.x/src/client/Client.ts
|
added
|
branches/2.x/src/client/Config.ts
|
added
|
branches/2.x/src/client/Database.ts
|
added
|
branches/2.x/src/client/MessageEmbed.ts
|
added
|
branches/2.x/src/client/ServiceManager.ts
|
added
|
branches/2.x/src/commands/
|
added
|
branches/2.x/src/commands/.gitignore
|
added
|
branches/2.x/src/commands/automation/
|
added
|
branches/2.x/src/commands/automation/AddQueueCommand.ts
|
added
|
branches/2.x/src/commands/automation/BallotCommand.ts
|
added
|
branches/2.x/src/commands/automation/DelQueueCommand.ts
|
added
|
branches/2.x/src/commands/automation/EmbedBuildCommand.ts
|
added
|
branches/2.x/src/commands/automation/EmbedCommand.ts
|
added
|
branches/2.x/src/commands/automation/EmbedSchemaCommand.ts
|
added
|
branches/2.x/src/commands/automation/EmbedSendCommand.ts
|
added
|
branches/2.x/src/commands/automation/ExpireCommand.ts
|
added
|
branches/2.x/src/commands/automation/ExpireScheduleCommand.ts
|
added
|
branches/2.x/src/commands/automation/QueuesCommand.ts
|
added
|
branches/2.x/src/commands/automation/ScheduleCommand.ts
|
added
|
branches/2.x/src/commands/fun/
|
added
|
branches/2.x/src/commands/fun/CatCommand.ts
|
added
|
branches/2.x/src/commands/fun/DogCommand.ts
|
added
|
branches/2.x/src/commands/fun/HttpcatCommand.ts
|
added
|
branches/2.x/src/commands/fun/HttpdogCommand.ts
|
added
|
branches/2.x/src/commands/fun/JokeCommand.ts
|
added
|
branches/2.x/src/commands/fun/PixabayCommand.ts
|
added
|
branches/2.x/src/commands/information/
|
added
|
branches/2.x/src/commands/information/AvatarCommand.ts
|
added
|
branches/2.x/src/commands/information/EmojiCommand.ts
|
added
|
branches/2.x/src/commands/information/ProfileCommand.ts
|
added
|
branches/2.x/src/commands/information/RoleListCommand.ts
|
added
|
branches/2.x/src/commands/information/StatsCommand.ts
|
added
|
branches/2.x/src/commands/moderation/
|
added
|
branches/2.x/src/commands/moderation/AntijoinCommand.ts
|
added
|
branches/2.x/src/commands/moderation/AppealCommand.ts
|
added
|
branches/2.x/src/commands/moderation/BanCommand.ts
|
added
|
branches/2.x/src/commands/moderation/ClearCommand.ts
|
added
|
branches/2.x/src/commands/moderation/EchoCommand.ts
|
added
|
branches/2.x/src/commands/moderation/HistoryCommand.ts
|
added
|
branches/2.x/src/commands/moderation/KickCommand.ts
|
added
|
branches/2.x/src/commands/moderation/LockCommand.ts
|
added
|
branches/2.x/src/commands/moderation/LockallCommand.ts
|
added
|
branches/2.x/src/commands/moderation/MassBanCommand.ts
|
added
|
branches/2.x/src/commands/moderation/MuteCommand.ts
|
added
|
branches/2.x/src/commands/moderation/NoteCommand.ts
|
added
|
branches/2.x/src/commands/moderation/NotedelCommand.ts
|
added
|
branches/2.x/src/commands/moderation/NotegetCommand.ts
|
added
|
branches/2.x/src/commands/moderation/NotesCommand.ts
|
added
|
branches/2.x/src/commands/moderation/SendCommand.ts
|
added
|
branches/2.x/src/commands/moderation/SetChPermsCommand.ts
|
added
|
branches/2.x/src/commands/moderation/ShotCommand.ts
|
added
|
branches/2.x/src/commands/moderation/SoftBanCommand.ts
|
added
|
branches/2.x/src/commands/moderation/TempBanCommand.ts
|
added
|
branches/2.x/src/commands/moderation/UnbanCommand.ts
|
added
|
branches/2.x/src/commands/moderation/UnlockCommand.ts
|
added
|
branches/2.x/src/commands/moderation/UnlockallCommand.ts
|
added
|
branches/2.x/src/commands/moderation/UnmuteCommand.ts
|
added
|
branches/2.x/src/commands/moderation/VerifyCommand.ts
|
added
|
branches/2.x/src/commands/moderation/WarnCommand.ts
|
added
|
branches/2.x/src/commands/moderation/WarningCommand.ts
|
added
|
branches/2.x/src/commands/settings/
|
added
|
branches/2.x/src/commands/settings/AboutCommand.ts
|
added
|
branches/2.x/src/commands/settings/ConfigCommand.ts
|
added
|
branches/2.x/src/commands/settings/EvalCommand.ts
|
added
|
branches/2.x/src/commands/settings/HelpCommand.ts
|
added
|
branches/2.x/src/commands/settings/RestartCommand.ts
|
added
|
branches/2.x/src/commands/settings/SetStatusCommand.ts
|
added
|
branches/2.x/src/commands/settings/SystemCommand.ts
|
added
|
branches/2.x/src/commands/settings/WelcomeMsgCommand.ts
|
added
|
branches/2.x/src/commands/utils/
|
added
|
branches/2.x/src/commands/utils/AFKCommand.ts
|
added
|
branches/2.x/src/commands/utils/AddsnippetCommand.ts
|
added
|
branches/2.x/src/commands/utils/AnnounceCommand.ts
|
added
|
branches/2.x/src/commands/utils/DelsnippetCommand.ts
|
added
|
branches/2.x/src/commands/utils/HashCommand.ts
|
added
|
branches/2.x/src/commands/utils/MvsnippetCommand.ts
|
added
|
branches/2.x/src/commands/utils/SnippetCommand.ts
|
added
|
branches/2.x/src/events/
|
added
|
branches/2.x/src/events/guild/
|
added
|
branches/2.x/src/events/guild/GuildCreateEvent.ts
|
added
|
branches/2.x/src/events/guild/GuildDeleteEvent.ts
|
added
|
branches/2.x/src/events/guildBan/
|
added
|
branches/2.x/src/events/guildBan/GuildBanAddEvent.ts
|
added
|
branches/2.x/src/events/guildBan/GuildBanRemoveEvent.ts
|
added
|
branches/2.x/src/events/guildMember/
|
added
|
branches/2.x/src/events/guildMember/GuildMemberAddEvent.ts
|
added
|
branches/2.x/src/events/guildMember/GuildMemberRemoveEvent.ts
|
added
|
branches/2.x/src/events/interaction/
|
added
|
branches/2.x/src/events/interaction/InteractionCreateEvent.ts
|
added
|
branches/2.x/src/events/message/
|
added
|
branches/2.x/src/events/message/MessageCreateEvent.ts
|
added
|
branches/2.x/src/events/message/MessageDeleteEvent.ts
|
added
|
branches/2.x/src/events/message/MessageReactionAddEvent.ts
|
added
|
branches/2.x/src/events/message/MessageUpdateEvent.ts
|
added
|
branches/2.x/src/events/modal/
|
added
|
branches/2.x/src/events/modal/ModalSubmit.ts
|
added
|
branches/2.x/src/events/raw/
|
added
|
branches/2.x/src/events/raw/RawEvent.ts
|
added
|
branches/2.x/src/events/ready/
|
added
|
branches/2.x/src/events/ready/ReadyEvent.ts
|
added
|
branches/2.x/src/index.ts
|
added
|
branches/2.x/src/models/
|
added
|
branches/2.x/src/models/Ballot.ts
|
added
|
branches/2.x/src/models/BannedGuild.ts
|
added
|
branches/2.x/src/models/ChannelLock.ts
|
added
|
branches/2.x/src/models/Hardmute.ts
|
added
|
branches/2.x/src/models/MuteRecord.ts
|
added
|
branches/2.x/src/models/Note.ts
|
added
|
branches/2.x/src/models/Punishment.ts
|
added
|
branches/2.x/src/models/PunishmentAppeal.ts
|
added
|
branches/2.x/src/models/SpamViolation.ts
|
added
|
branches/2.x/src/models/Timeout.ts
|
added
|
branches/2.x/src/models/UnverifiedMember.ts
|
added
|
branches/2.x/src/queues/
|
added
|
branches/2.x/src/queues/expire.ts
|
added
|
branches/2.x/src/queues/queue.ts
|
added
|
branches/2.x/src/queues/send-expire.ts
|
added
|
branches/2.x/src/queues/send.ts
|
added
|
branches/2.x/src/queues/tempban-remove.ts
|
added
|
branches/2.x/src/queues/unmute-job.ts
|
added
|
branches/2.x/src/services/
|
added
|
branches/2.x/src/services/AFKEngine.ts
|
added
|
branches/2.x/src/services/Auth.ts
|
added
|
branches/2.x/src/services/AutoRole.ts
|
added
|
branches/2.x/src/services/ChannelLockManager.ts
|
added
|
branches/2.x/src/services/CommandMetaDataManager.ts
|
added
|
branches/2.x/src/services/DebugLogger.ts
|
added
|
branches/2.x/src/services/RandomStatus.ts
|
added
|
branches/2.x/src/services/SnippetManager.ts
|
added
|
branches/2.x/src/services/Starboard.ts
|
added
|
branches/2.x/src/services/StartupManager.ts
|
added
|
branches/2.x/src/services/Verification.ts
|
added
|
branches/2.x/src/services/Welcomer.ts
|
added
|
branches/2.x/src/types/
|
added
|
branches/2.x/src/types/AutoCompleteOptions.ts
|
added
|
branches/2.x/src/types/CommandHelpData.ts
|
added
|
branches/2.x/src/types/CommandOptions.ts
|
added
|
branches/2.x/src/types/InteractionOptions.ts
|
added
|
branches/2.x/src/types/PunishmentType.ts
|
added
|
branches/2.x/src/utils/
|
added
|
branches/2.x/src/utils/Emoji.ts
|
added
|
branches/2.x/src/utils/Help.ts
|
added
|
branches/2.x/src/utils/ModerationEmbed.ts
|
added
|
branches/2.x/src/utils/debug.ts
|
added
|
branches/2.x/src/utils/getMember.ts
|
added
|
branches/2.x/src/utils/getRole.ts
|
added
|
branches/2.x/src/utils/getUser.ts
|
added
|
branches/2.x/src/utils/parseInput.ts
|
added
|
branches/2.x/src/utils/registry.ts
|
added
|
branches/2.x/src/utils/setTimeout.ts
|
added
|
branches/2.x/src/utils/structures/
|
added
|
branches/2.x/src/utils/structures/BaseCLICommand.ts
|
added
|
branches/2.x/src/utils/structures/BaseCommand.ts
|
added
|
branches/2.x/src/utils/structures/BaseEvent.ts
|
added
|
branches/2.x/src/utils/structures/Service.ts
|
added
|
branches/2.x/src/utils/util.ts
|
added
|
branches/2.x/start.sh
|
added
|
branches/2.x/tsconfig.json
|
added
|
branches/3.x/
|
added
|
branches/3.x/.dockerignore
|
added
|
branches/3.x/.editorconfig
|
added
|
branches/3.x/.env.example
|
added
|
branches/3.x/.eslintrc.json
|
added
|
branches/3.x/.github/
|
added
|
branches/3.x/.github/ISSUE_TEMPLATE/
|
added
|
branches/3.x/.github/ISSUE_TEMPLATE/bug_report.md
|
added
|
branches/3.x/.github/ISSUE_TEMPLATE/docs_issue.md
|
added
|
branches/3.x/.github/ISSUE_TEMPLATE/feature_request.md
|
added
|
branches/3.x/.github/PULL_REQUEST_TEMPLATE.md
|
added
|
branches/3.x/.github/workflows/
|
added
|
branches/3.x/.github/workflows/build.yml
|
added
|
branches/3.x/.github/workflows/docs-deploy.yml
|
added
|
branches/3.x/.github/workflows/docs.yml
|
added
|
branches/3.x/.gitignore
|
added
|
branches/3.x/.gitpod.yml
|
added
|
branches/3.x/.husky/
|
added
|
branches/3.x/.husky/commit-msg
|
added
|
branches/3.x/CODE_OF_CONDUCT.md
|
added
|
branches/3.x/CONTRIBUTING.md
|
added
|
branches/3.x/Changelog.md
|
added
|
branches/3.x/Dockerfile
|
added
|
branches/3.x/LICENSE
|
added
|
branches/3.x/README.md
|
added
|
branches/3.x/SECURITY.md
|
added
|
branches/3.x/commitlint.config.js
|
added
|
branches/3.x/deploy-commands.js
|
added
|
branches/3.x/docs/
|
added
|
branches/3.x/docs/assets/
|
added
|
branches/3.x/docs/assets/css/
|
added
|
branches/3.x/docs/assets/css/style.css
|
added
|
branches/3.x/docs/assets/images/
|
added
|
branches/3.x/docs/assets/images/sudobot.png
|
added
|
branches/3.x/docs/automoderation/
|
added
|
branches/3.x/docs/automoderation/index.md
|
added
|
branches/3.x/docs/index.md
|
added
|
branches/3.x/docs/legal/
|
added
|
branches/3.x/docs/legal/privacy.md
|
added
|
branches/3.x/docs/legal/terms.md
|
added
|
branches/3.x/docs/moderation/
|
added
|
branches/3.x/docs/moderation/banning_users.md
|
added
|
branches/3.x/docs/moderation/clear_command.md
|
added
|
branches/3.x/docs/moderation/index.md
|
added
|
branches/3.x/docs/moderation/locking_channels.md
|
added
|
branches/3.x/docs/moderation/muting_members.md
|
added
|
branches/3.x/docs/moderation/other_moderation_commands.md
|
added
|
branches/3.x/docs/moderation/taking_notes.md
|
added
|
branches/3.x/docs/moderation/warning_members.md
|
added
|
branches/3.x/docs/overrides/
|
added
|
branches/3.x/docs/overrides/main.html
|
added
|
branches/3.x/ecosystem.config.js
|
added
|
branches/3.x/init.sh
|
added
|
branches/3.x/mkdocs.yml
|
added
|
branches/3.x/package.json
|
added
|
branches/3.x/resources/
|
added
|
branches/3.x/resources/rickrolls.json
|
added
|
branches/3.x/resources/welcome_messages.json
|
added
|
branches/3.x/sample-config.json
|
added
|
branches/3.x/slappey.json
|
added
|
branches/3.x/src/
|
added
|
branches/3.x/src/api/
|
added
|
branches/3.x/src/api/Controller.ts
|
added
|
branches/3.x/src/api/Request.ts
|
added
|
branches/3.x/src/api/Response.ts
|
added
|
branches/3.x/src/api/Route.ts
|
added
|
branches/3.x/src/api/Router.ts
|
added
|
branches/3.x/src/api/Server.ts
|
added
|
branches/3.x/src/api/controllers/
|
added
|
branches/3.x/src/api/controllers/ConfigController.ts
|
added
|
branches/3.x/src/api/controllers/InfoController.ts
|
added
|
branches/3.x/src/api/controllers/MainController.ts
|
added
|
branches/3.x/src/api/controllers/UserController.ts
|
added
|
branches/3.x/src/api/middleware/
|
added
|
branches/3.x/src/api/middleware/Auth.ts
|
added
|
branches/3.x/src/api/middleware/RequireAuth.ts
|
added
|
branches/3.x/src/api/middleware/ValidatorError.ts
|
added
|
branches/3.x/src/api/routes/
|
added
|
branches/3.x/src/api/routes/api.ts
|
added
|
branches/3.x/src/automod/
|
added
|
branches/3.x/src/automod/AntiRaid.ts
|
added
|
branches/3.x/src/automod/Antijoin.ts
|
added
|
branches/3.x/src/automod/AutoClear.ts
|
added
|
branches/3.x/src/automod/Automute.ts
|
added
|
branches/3.x/src/automod/Logger.ts
|
added
|
branches/3.x/src/automod/MessageFilter.ts
|
added
|
branches/3.x/src/automod/ProfileFilter.ts
|
added
|
branches/3.x/src/automod/SpamFilter.ts
|
added
|
branches/3.x/src/cli-commands/
|
added
|
branches/3.x/src/cli-commands/db/
|
added
|
branches/3.x/src/cli-commands/db/SyncDBCommand.ts
|
added
|
branches/3.x/src/cli-commands/guild/
|
added
|
branches/3.x/src/cli-commands/guild/GuildLeaveCommand.ts
|
added
|
branches/3.x/src/cli-commands/guild/GuildPurgeCommand.ts
|
added
|
branches/3.x/src/cli.ts
|
added
|
branches/3.x/src/client/
|
added
|
branches/3.x/src/client/Client.ts
|
added
|
branches/3.x/src/client/Config.ts
|
added
|
branches/3.x/src/client/Database.ts
|
added
|
branches/3.x/src/client/MessageEmbed.ts
|
added
|
branches/3.x/src/client/ServiceManager.ts
|
added
|
branches/3.x/src/commands/
|
added
|
branches/3.x/src/commands/.gitignore
|
added
|
branches/3.x/src/commands/automation/
|
added
|
branches/3.x/src/commands/automation/AddQueueCommand.ts
|
added
|
branches/3.x/src/commands/automation/BallotCommand.ts
|
added
|
branches/3.x/src/commands/automation/DelQueueCommand.ts
|
added
|
branches/3.x/src/commands/automation/EmbedBuildCommand.ts
|
added
|
branches/3.x/src/commands/automation/EmbedCommand.ts
|
added
|
branches/3.x/src/commands/automation/EmbedSchemaCommand.ts
|
added
|
branches/3.x/src/commands/automation/EmbedSendCommand.ts
|
added
|
branches/3.x/src/commands/automation/ExpireCommand.ts
|
added
|
branches/3.x/src/commands/automation/ExpireScheduleCommand.ts
|
added
|
branches/3.x/src/commands/automation/QueuesCommand.ts
|
added
|
branches/3.x/src/commands/automation/ScheduleCommand.ts
|
added
|
branches/3.x/src/commands/fun/
|
added
|
branches/3.x/src/commands/fun/CatCommand.ts
|
added
|
branches/3.x/src/commands/fun/DogCommand.ts
|
added
|
branches/3.x/src/commands/fun/HttpcatCommand.ts
|
added
|
branches/3.x/src/commands/fun/HttpdogCommand.ts
|
added
|
branches/3.x/src/commands/fun/JokeCommand.ts
|
added
|
branches/3.x/src/commands/fun/PixabayCommand.ts
|
added
|
branches/3.x/src/commands/information/
|
added
|
branches/3.x/src/commands/information/AvatarCommand.ts
|
added
|
branches/3.x/src/commands/information/AvatarLookupCommand.ts
|
added
|
branches/3.x/src/commands/information/EmojiCommand.ts
|
added
|
branches/3.x/src/commands/information/GuildLookupCommand.ts
|
added
|
branches/3.x/src/commands/information/LookupCommand.ts
|
added
|
branches/3.x/src/commands/information/ProfileCommand.ts
|
added
|
branches/3.x/src/commands/information/RoleListCommand.ts
|
added
|
branches/3.x/src/commands/information/StatsCommand.ts
|
added
|
branches/3.x/src/commands/information/UserLookupCommand.ts
|
added
|
branches/3.x/src/commands/moderation/
|
added
|
branches/3.x/src/commands/moderation/AntijoinCommand.ts
|
added
|
branches/3.x/src/commands/moderation/AppealCommand.ts
|
added
|
branches/3.x/src/commands/moderation/BanCommand.ts
|
added
|
branches/3.x/src/commands/moderation/ClearCommand.ts
|
added
|
branches/3.x/src/commands/moderation/EchoCommand.ts
|
added
|
branches/3.x/src/commands/moderation/HistoryCommand.ts
|
added
|
branches/3.x/src/commands/moderation/KickCommand.ts
|
added
|
branches/3.x/src/commands/moderation/LockCommand.ts
|
added
|
branches/3.x/src/commands/moderation/LockallCommand.ts
|
added
|
branches/3.x/src/commands/moderation/MassBanCommand.ts
|
added
|
branches/3.x/src/commands/moderation/MuteCommand.ts
|
added
|
branches/3.x/src/commands/moderation/NoteCommand.ts
|
added
|
branches/3.x/src/commands/moderation/NotedelCommand.ts
|
added
|
branches/3.x/src/commands/moderation/NotegetCommand.ts
|
added
|
branches/3.x/src/commands/moderation/NotesCommand.ts
|
added
|
branches/3.x/src/commands/moderation/SendCommand.ts
|
added
|
branches/3.x/src/commands/moderation/SetChPermsCommand.ts
|
added
|
branches/3.x/src/commands/moderation/ShotCommand.ts
|
added
|
branches/3.x/src/commands/moderation/SoftBanCommand.ts
|
added
|
branches/3.x/src/commands/moderation/TempBanCommand.ts
|
added
|
branches/3.x/src/commands/moderation/UnbanCommand.ts
|
added
|
branches/3.x/src/commands/moderation/UnlockCommand.ts
|
added
|
branches/3.x/src/commands/moderation/UnlockallCommand.ts
|
added
|
branches/3.x/src/commands/moderation/UnmuteCommand.ts
|
added
|
branches/3.x/src/commands/moderation/VerifyCommand.ts
|
added
|
branches/3.x/src/commands/moderation/WarnCommand.ts
|
added
|
branches/3.x/src/commands/moderation/WarningCommand.ts
|
added
|
branches/3.x/src/commands/settings/
|
added
|
branches/3.x/src/commands/settings/AboutCommand.ts
|
added
|
branches/3.x/src/commands/settings/ConfigCommand.ts
|
added
|
branches/3.x/src/commands/settings/EvalCommand.ts
|
added
|
branches/3.x/src/commands/settings/HelpCommand.ts
|
added
|
branches/3.x/src/commands/settings/RestartCommand.ts
|
added
|
branches/3.x/src/commands/settings/SetStatusCommand.ts
|
added
|
branches/3.x/src/commands/settings/SystemCommand.ts
|
added
|
branches/3.x/src/commands/settings/WelcomeMsgCommand.ts
|
added
|
branches/3.x/src/commands/utils/
|
added
|
branches/3.x/src/commands/utils/AFKCommand.ts
|
added
|
branches/3.x/src/commands/utils/AddsnippetCommand.ts
|
added
|
branches/3.x/src/commands/utils/AnnounceCommand.ts
|
added
|
branches/3.x/src/commands/utils/DelsnippetCommand.ts
|
added
|
branches/3.x/src/commands/utils/HashCommand.ts
|
added
|
branches/3.x/src/commands/utils/MvsnippetCommand.ts
|
added
|
branches/3.x/src/commands/utils/SnippetCommand.ts
|
added
|
branches/3.x/src/events/
|
added
|
branches/3.x/src/events/debug/
|
added
|
branches/3.x/src/events/debug/DebugEvent.ts
|
added
|
branches/3.x/src/events/guild/
|
added
|
branches/3.x/src/events/guild/GuildCreateEvent.ts
|
added
|
branches/3.x/src/events/guild/GuildDeleteEvent.ts
|
added
|
branches/3.x/src/events/guildBan/
|
added
|
branches/3.x/src/events/guildBan/GuildBanAddEvent.ts
|
added
|
branches/3.x/src/events/guildBan/GuildBanRemoveEvent.ts
|
added
|
branches/3.x/src/events/guildMember/
|
added
|
branches/3.x/src/events/guildMember/GuildMemberAddEvent.ts
|
added
|
branches/3.x/src/events/guildMember/GuildMemberRemoveEvent.ts
|
added
|
branches/3.x/src/events/guildMember/GuildMemberUpdateEvent.ts
|
added
|
branches/3.x/src/events/interaction/
|
added
|
branches/3.x/src/events/interaction/InteractionCreateEvent.ts
|
added
|
branches/3.x/src/events/message/
|
added
|
branches/3.x/src/events/message/MessageCreateEvent.ts
|
added
|
branches/3.x/src/events/message/MessageDeleteEvent.ts
|
added
|
branches/3.x/src/events/message/MessageReactionAddEvent.ts
|
added
|
branches/3.x/src/events/message/MessageUpdateEvent.ts
|
added
|
branches/3.x/src/events/modal/
|
added
|
branches/3.x/src/events/modal/ModalSubmit.ts
|
added
|
branches/3.x/src/events/raw/
|
added
|
branches/3.x/src/events/raw/RawEvent.ts
|
added
|
branches/3.x/src/events/ready/
|
added
|
branches/3.x/src/events/ready/ReadyEvent.ts
|
added
|
branches/3.x/src/index.ts
|
added
|
branches/3.x/src/models/
|
added
|
branches/3.x/src/models/AFK.ts
|
added
|
branches/3.x/src/models/Ballot.ts
|
added
|
branches/3.x/src/models/ChannelLock.ts
|
added
|
branches/3.x/src/models/Hardmute.ts
|
added
|
branches/3.x/src/models/MuteRecord.ts
|
added
|
branches/3.x/src/models/Note.ts
|
added
|
branches/3.x/src/models/ProfileFilterRecord.ts
|
added
|
branches/3.x/src/models/Punishment.ts
|
added
|
branches/3.x/src/models/PunishmentAppeal.ts
|
added
|
branches/3.x/src/models/SpamViolation.ts
|
added
|
branches/3.x/src/models/Timeout.ts
|
added
|
branches/3.x/src/models/UnverifiedMember.ts
|
added
|
branches/3.x/src/models/User.ts
|
added
|
branches/3.x/src/queues/
|
added
|
branches/3.x/src/queues/expire.ts
|
added
|
branches/3.x/src/queues/queue.ts
|
added
|
branches/3.x/src/queues/send-expire.ts
|
added
|
branches/3.x/src/queues/send.ts
|
added
|
branches/3.x/src/queues/tempban-remove.ts
|
added
|
branches/3.x/src/queues/unmute-job.ts
|
added
|
branches/3.x/src/services/
|
added
|
branches/3.x/src/services/AFKEngine.ts
|
added
|
branches/3.x/src/services/Auth.ts
|
added
|
branches/3.x/src/services/AutoRole.ts
|
added
|
branches/3.x/src/services/ChannelLockManager.ts
|
added
|
branches/3.x/src/services/CommandMetaDataManager.ts
|
added
|
branches/3.x/src/services/Cooldown.ts
|
added
|
branches/3.x/src/services/DebugLogger.ts
|
added
|
branches/3.x/src/services/RandomStatus.ts
|
added
|
branches/3.x/src/services/SnippetManager.ts
|
added
|
branches/3.x/src/services/Starboard.ts
|
added
|
branches/3.x/src/services/StartupManager.ts
|
added
|
branches/3.x/src/services/Verification.ts
|
added
|
branches/3.x/src/services/Welcomer.ts
|
added
|
branches/3.x/src/types/
|
added
|
branches/3.x/src/types/AutoCompleteOptions.ts
|
added
|
branches/3.x/src/types/CommandHelpData.ts
|
added
|
branches/3.x/src/types/CommandOptions.ts
|
added
|
branches/3.x/src/types/InteractionOptions.ts
|
added
|
branches/3.x/src/types/KeyValuePair.ts
|
added
|
branches/3.x/src/types/PunishmentType.ts
|
added
|
branches/3.x/src/utils/
|
added
|
branches/3.x/src/utils/Emoji.ts
|
added
|
branches/3.x/src/utils/Help.ts
|
added
|
branches/3.x/src/utils/ModerationEmbed.ts
|
added
|
branches/3.x/src/utils/debug.ts
|
added
|
branches/3.x/src/utils/getMember.ts
|
added
|
branches/3.x/src/utils/getRole.ts
|
added
|
branches/3.x/src/utils/getUser.ts
|
added
|
branches/3.x/src/utils/parseInput.ts
|
added
|
branches/3.x/src/utils/registry.ts
|
added
|
branches/3.x/src/utils/setTimeout.ts
|
added
|
branches/3.x/src/utils/structures/
|
added
|
branches/3.x/src/utils/structures/BaseCLICommand.ts
|
added
|
branches/3.x/src/utils/structures/BaseCommand.ts
|
added
|
branches/3.x/src/utils/structures/BaseEvent.ts
|
added
|
branches/3.x/src/utils/structures/Service.ts
|
added
|
branches/3.x/src/utils/util.ts
|
added
|
branches/3.x/start.sh
|
added
|
branches/3.x/tsconfig.json
|
added
|
branches/4.x/
|
added
|
branches/4.x/.dockerignore
|
added
|
branches/4.x/.editorconfig
|
added
|
branches/4.x/.env.example
|
added
|
branches/4.x/.eslintrc.json
|
added
|
branches/4.x/.github/
|
added
|
branches/4.x/.github/ISSUE_TEMPLATE/
|
added
|
branches/4.x/.github/ISSUE_TEMPLATE/bug_report.md
|
added
|
branches/4.x/.github/ISSUE_TEMPLATE/docs_issue.md
|
added
|
branches/4.x/.github/ISSUE_TEMPLATE/feature_request.md
|
added
|
branches/4.x/.github/PULL_REQUEST_TEMPLATE.md
|
added
|
branches/4.x/.github/labeler.yml
|
added
|
branches/4.x/.github/workflows/
|
added
|
branches/4.x/.github/workflows/build.yml
|
added
|
branches/4.x/.github/workflows/codeql.yml
|
added
|
branches/4.x/.github/workflows/docs.yml
|
added
|
branches/4.x/.github/workflows/labeler.yml
|
added
|
branches/4.x/.github/workflows/release.yml
|
added
|
branches/4.x/.gitignore
|
added
|
branches/4.x/.gitpod.yml
|
added
|
branches/4.x/.husky/
|
added
|
branches/4.x/.husky/commit-msg
|
added
|
branches/4.x/.prettierrc
|
added
|
branches/4.x/CHANGELOG.md
|
added
|
branches/4.x/CODE_OF_CONDUCT.md
|
added
|
branches/4.x/CONTRIBUTING.md
|
added
|
branches/4.x/Dockerfile
|
added
|
branches/4.x/LICENSE
|
added
|
branches/4.x/README.md
|
added
|
branches/4.x/SECURITY.md
|
added
|
branches/4.x/commitlint.config.js
|
added
|
branches/4.x/config/
|
added
|
branches/4.x/config/sample-config.json
|
added
|
branches/4.x/deploy-commands.js
|
added
|
branches/4.x/docs/
|
added
|
branches/4.x/docs/assets/
|
added
|
branches/4.x/docs/assets/css/
|
added
|
branches/4.x/docs/assets/css/style.css
|
added
|
branches/4.x/docs/assets/images/
|
added
|
branches/4.x/docs/assets/images/screenshot.png
|
added
|
branches/4.x/docs/assets/images/sudobot.png
|
added
|
branches/4.x/docs/automoderation/
|
added
|
branches/4.x/docs/automoderation/index.md
|
added
|
branches/4.x/docs/features/
|
added
|
branches/4.x/docs/features/index.md
|
added
|
branches/4.x/docs/features/screenshots.md
|
added
|
branches/4.x/docs/index.md
|
added
|
branches/4.x/docs/legal/
|
added
|
branches/4.x/docs/legal/privacy.md
|
added
|
branches/4.x/docs/legal/terms.md
|
added
|
branches/4.x/docs/legal/why_did_my_server_get_terminated.md
|
added
|
branches/4.x/docs/moderation/
|
added
|
branches/4.x/docs/moderation/banning_users.md
|
added
|
branches/4.x/docs/moderation/clear_command.md
|
added
|
branches/4.x/docs/moderation/index.md
|
added
|
branches/4.x/docs/moderation/locking_channels.md
|
added
|
branches/4.x/docs/moderation/muting_members.md
|
added
|
branches/4.x/docs/moderation/other_moderation_commands.md
|
added
|
branches/4.x/docs/moderation/taking_notes.md
|
added
|
branches/4.x/docs/moderation/warning_members.md
|
added
|
branches/4.x/docs/overrides/
|
added
|
branches/4.x/docs/overrides/main.html
|
added
|
branches/4.x/ecosystem.config.js
|
added
|
branches/4.x/init.sh
|
added
|
branches/4.x/jest.config.js
|
added
|
branches/4.x/mkdocs.yml
|
added
|
branches/4.x/package.json
|
added
|
branches/4.x/resources/
|
added
|
branches/4.x/resources/languages.json
|
added
|
branches/4.x/resources/rickrolls.json
|
added
|
branches/4.x/resources/welcome_messages.json
|
added
|
branches/4.x/setup.js
|
added
|
branches/4.x/src/
|
added
|
branches/4.x/src/api/
|
added
|
branches/4.x/src/api/Controller.ts
|
added
|
branches/4.x/src/api/Request.ts
|
added
|
branches/4.x/src/api/Response.ts
|
added
|
branches/4.x/src/api/Route.ts
|
added
|
branches/4.x/src/api/Router.ts
|
added
|
branches/4.x/src/api/Server.ts
|
added
|
branches/4.x/src/api/controllers/
|
added
|
branches/4.x/src/api/controllers/ConfigController.ts
|
added
|
branches/4.x/src/api/controllers/HistoryController.ts
|
added
|
branches/4.x/src/api/controllers/InfoController.ts
|
added
|
branches/4.x/src/api/controllers/MainController.ts
|
added
|
branches/4.x/src/api/controllers/UserController.ts
|
added
|
branches/4.x/src/api/middleware/
|
added
|
branches/4.x/src/api/middleware/Auth.ts
|
added
|
branches/4.x/src/api/middleware/RequireAuth.ts
|
added
|
branches/4.x/src/api/middleware/ValidatorError.ts
|
added
|
branches/4.x/src/api/routes/
|
added
|
branches/4.x/src/api/routes/api.ts
|
added
|
branches/4.x/src/automod/
|
added
|
branches/4.x/src/automod/AIMessageFilter.ts
|
added
|
branches/4.x/src/automod/AntiRaid.ts
|
added
|
branches/4.x/src/automod/Antijoin.ts
|
added
|
branches/4.x/src/automod/AutoClear.ts
|
added
|
branches/4.x/src/automod/AutoResponder.ts
|
added
|
branches/4.x/src/automod/Automute.ts
|
added
|
branches/4.x/src/automod/Common.ts
|
added
|
branches/4.x/src/automod/Logger.ts
|
added
|
branches/4.x/src/automod/MessageFilter.ts
|
added
|
branches/4.x/src/automod/MessageRules.ts
|
added
|
branches/4.x/src/automod/ProfileFilter.ts
|
added
|
branches/4.x/src/automod/SpamFilter.ts
|
added
|
branches/4.x/src/cli-commands/
|
added
|
branches/4.x/src/cli-commands/db/
|
added
|
branches/4.x/src/cli-commands/db/SyncDBCommand.ts
|
added
|
branches/4.x/src/cli-commands/guild/
|
added
|
branches/4.x/src/cli-commands/guild/GuildLeaveCommand.ts
|
added
|
branches/4.x/src/cli-commands/guild/GuildPurgeCommand.ts
|
added
|
branches/4.x/src/cli.ts
|
added
|
branches/4.x/src/client/
|
added
|
branches/4.x/src/client/Client.ts
|
added
|
branches/4.x/src/client/Config.ts
|
added
|
branches/4.x/src/client/Database.ts
|
added
|
branches/4.x/src/client/MessageEmbed.ts
|
added
|
branches/4.x/src/client/ServiceManager.ts
|
added
|
branches/4.x/src/commands/
|
added
|
branches/4.x/src/commands/.gitignore
|
added
|
branches/4.x/src/commands/automation/
|
added
|
branches/4.x/src/commands/automation/AddQueueCommand.ts
|
added
|
branches/4.x/src/commands/automation/BallotCommand.ts
|
added
|
branches/4.x/src/commands/automation/ButtonRoleCommand.ts
|
added
|
branches/4.x/src/commands/automation/ButtonRoleCreateCommand.ts
|
added
|
branches/4.x/src/commands/automation/ButtonRoleDeleteCommand.ts
|
added
|
branches/4.x/src/commands/automation/DelQueueCommand.ts
|
added
|
branches/4.x/src/commands/automation/EmbedBuildCommand.ts
|
added
|
branches/4.x/src/commands/automation/EmbedCommand.ts
|
added
|
branches/4.x/src/commands/automation/EmbedSchemaCommand.ts
|
added
|
branches/4.x/src/commands/automation/EmbedSendCommand.ts
|
added
|
branches/4.x/src/commands/automation/ExpireCommand.ts
|
added
|
branches/4.x/src/commands/automation/ExpireScheduleCommand.ts
|
added
|
branches/4.x/src/commands/automation/NicknameUpdateCommand.ts
|
added
|
branches/4.x/src/commands/automation/QueuesCommand.ts
|
added
|
branches/4.x/src/commands/automation/RemindCommand.ts
|
added
|
branches/4.x/src/commands/automation/ScheduleCommand.ts
|
added
|
branches/4.x/src/commands/fun/
|
added
|
branches/4.x/src/commands/fun/CatCommand.ts
|
added
|
branches/4.x/src/commands/fun/DogCommand.ts
|
added
|
branches/4.x/src/commands/fun/HttpcatCommand.ts
|
added
|
branches/4.x/src/commands/fun/HttpdogCommand.ts
|
added
|
branches/4.x/src/commands/fun/JokeCommand.ts
|
added
|
branches/4.x/src/commands/fun/PixabayCommand.ts
|
added
|
branches/4.x/src/commands/information/
|
added
|
branches/4.x/src/commands/information/AvatarCommand.ts
|
added
|
branches/4.x/src/commands/information/AvatarLookupCommand.ts
|
added
|
branches/4.x/src/commands/information/EmojiCommand.ts
|
added
|
branches/4.x/src/commands/information/GuildLookupCommand.ts
|
added
|
branches/4.x/src/commands/information/LookupCommand.ts
|
added
|
branches/4.x/src/commands/information/MessageRuleStatsCommand.ts
|
added
|
branches/4.x/src/commands/information/ProfileCommand.ts
|
added
|
branches/4.x/src/commands/information/ProfileInfoBioCommand.ts
|
added
|
branches/4.x/src/commands/information/ProfileInfoCommand.ts
|
added
|
branches/4.x/src/commands/information/ProfileInfoHobbiesCommand.ts
|
added
|
branches/4.x/src/commands/information/ProfileInfoLangCommand.ts
|
added
|
branches/4.x/src/commands/information/ProfileInfoSetCommand.ts
|
added
|
branches/4.x/src/commands/information/ProfileInfoSubjectsCommand.ts
|
added
|
branches/4.x/src/commands/information/RoleListCommand.ts
|
added
|
branches/4.x/src/commands/information/SnipeCommand.ts
|
added
|
branches/4.x/src/commands/information/SpotifyCommand.ts
|
added
|
branches/4.x/src/commands/information/StatsCommand.ts
|
added
|
branches/4.x/src/commands/information/UserLookupCommand.ts
|
added
|
branches/4.x/src/commands/moderation/
|
added
|
branches/4.x/src/commands/moderation/AIModStatsCommand.ts
|
added
|
branches/4.x/src/commands/moderation/AntijoinCommand.ts
|
added
|
branches/4.x/src/commands/moderation/AppealCommand.ts
|
added
|
branches/4.x/src/commands/moderation/BanCommand.ts
|
added
|
branches/4.x/src/commands/moderation/BeanCommand.ts
|
added
|
branches/4.x/src/commands/moderation/ClearCommand.ts
|
added
|
branches/4.x/src/commands/moderation/DMHistoryCommand.ts
|
added
|
branches/4.x/src/commands/moderation/EchoCommand.ts
|
added
|
branches/4.x/src/commands/moderation/FakeBanCommand.ts
|
added
|
branches/4.x/src/commands/moderation/HistoryCommand.ts
|
added
|
branches/4.x/src/commands/moderation/InfractionClearCommand.ts
|
added
|
branches/4.x/src/commands/moderation/InfractionCommand.ts
|
added
|
branches/4.x/src/commands/moderation/InfractionCreateCommand.ts
|
added
|
branches/4.x/src/commands/moderation/InfractionDeleteCommand.ts
|
added
|
branches/4.x/src/commands/moderation/InfractionReasonUpdateCommand.ts
|
added
|
branches/4.x/src/commands/moderation/InfractionViewCommand.ts
|
added
|
branches/4.x/src/commands/moderation/KickCommand.ts
|
added
|
branches/4.x/src/commands/moderation/LockCommand.ts
|
added
|
branches/4.x/src/commands/moderation/LockallCommand.ts
|
added
|
branches/4.x/src/commands/moderation/MassBanCommand.ts
|
added
|
branches/4.x/src/commands/moderation/MuteCommand.ts
|
added
|
branches/4.x/src/commands/moderation/NoteCommand.ts
|
added
|
branches/4.x/src/commands/moderation/NotedelCommand.ts
|
added
|
branches/4.x/src/commands/moderation/NotegetCommand.ts
|
added
|
branches/4.x/src/commands/moderation/NotesCommand.ts
|
added
|
branches/4.x/src/commands/moderation/PenalizeCommand.ts
|
added
|
branches/4.x/src/commands/moderation/ReportCommand.ts
|
added
|
branches/4.x/src/commands/moderation/SaveMessageCommand.ts
|
added
|
branches/4.x/src/commands/moderation/SendCommand.ts
|
added
|
branches/4.x/src/commands/moderation/SendHistoryCommand.ts
|
added
|
branches/4.x/src/commands/moderation/SendReplyCommand.ts
|
added
|
branches/4.x/src/commands/moderation/SetChPermsCommand.ts
|
added
|
branches/4.x/src/commands/moderation/ShotCommand.ts
|
added
|
branches/4.x/src/commands/moderation/SoftBanCommand.ts
|
added
|
branches/4.x/src/commands/moderation/SpamViolationResetCommand.ts
|
added
|
branches/4.x/src/commands/moderation/TempBanCommand.ts
|
added
|
branches/4.x/src/commands/moderation/UnbanCommand.ts
|
added
|
branches/4.x/src/commands/moderation/UnlockCommand.ts
|
added
|
branches/4.x/src/commands/moderation/UnlockallCommand.ts
|
added
|
branches/4.x/src/commands/moderation/UnmuteCommand.ts
|
added
|
branches/4.x/src/commands/moderation/VerifyCommand.ts
|
added
|
branches/4.x/src/commands/moderation/WarnCommand.ts
|
added
|
branches/4.x/src/commands/moderation/WarningCommand.ts
|
added
|
branches/4.x/src/commands/settings/
|
added
|
branches/4.x/src/commands/settings/AIModCommand.ts
|
added
|
branches/4.x/src/commands/settings/AboutCommand.ts
|
added
|
branches/4.x/src/commands/settings/BlockedTokenCommand.ts
|
added
|
branches/4.x/src/commands/settings/BlockedWordCommand.ts
|
added
|
branches/4.x/src/commands/settings/ConfigCommand.ts
|
added
|
branches/4.x/src/commands/settings/EvalCommand.ts
|
added
|
branches/4.x/src/commands/settings/HelpCommand.ts
|
added
|
branches/4.x/src/commands/settings/RestartCommand.ts
|
added
|
branches/4.x/src/commands/settings/SetStatusCommand.ts
|
added
|
branches/4.x/src/commands/settings/SetupCommand.ts
|
added
|
branches/4.x/src/commands/settings/SystemCommand.ts
|
added
|
branches/4.x/src/commands/settings/WelcomeMsgCommand.ts
|
added
|
branches/4.x/src/commands/utils/
|
added
|
branches/4.x/src/commands/utils/AFKCommand.ts
|
added
|
branches/4.x/src/commands/utils/AddsnippetCommand.ts
|
added
|
branches/4.x/src/commands/utils/AnnounceCommand.ts
|
added
|
branches/4.x/src/commands/utils/ChatCommand.ts
|
added
|
branches/4.x/src/commands/utils/ConfessCommand.ts
|
added
|
branches/4.x/src/commands/utils/DelsnippetCommand.ts
|
added
|
branches/4.x/src/commands/utils/HashCommand.ts
|
added
|
branches/4.x/src/commands/utils/MvsnippetCommand.ts
|
added
|
branches/4.x/src/commands/utils/PrivateChannelCommand.ts
|
added
|
branches/4.x/src/commands/utils/SnippetCommand.ts
|
added
|
branches/4.x/src/commands/utils/StaffAwayCommand.ts
|
added
|
branches/4.x/src/commands/utils/StaffAwayListCommand.ts
|
added
|
branches/4.x/src/commands/utils/StopTypingCommand.ts
|
added
|
branches/4.x/src/commands/utils/TranslateCommand.ts
|
added
|
branches/4.x/src/commands/utils/TypeCommand.ts
|
added
|
branches/4.x/src/events/
|
added
|
branches/4.x/src/events/channel/
|
added
|
branches/4.x/src/events/channel/ChannelCreate.ts
|
added
|
branches/4.x/src/events/channel/ChannelDelete.ts
|
added
|
branches/4.x/src/events/debug/
|
added
|
branches/4.x/src/events/debug/DebugEvent.ts
|
added
|
branches/4.x/src/events/guild/
|
added
|
branches/4.x/src/events/guild/GuildCreateEvent.ts
|
added
|
branches/4.x/src/events/guild/GuildDeleteEvent.ts
|
added
|
branches/4.x/src/events/guildBan/
|
added
|
branches/4.x/src/events/guildBan/GuildBanAddEvent.ts
|
added
|
branches/4.x/src/events/guildBan/GuildBanRemoveEvent.ts
|
added
|
branches/4.x/src/events/guildMember/
|
added
|
branches/4.x/src/events/guildMember/GuildMemberAddEvent.ts
|
added
|
branches/4.x/src/events/guildMember/GuildMemberRemoveEvent.ts
|
added
|
branches/4.x/src/events/guildMember/GuildMemberUpdateEvent.ts
|
added
|
branches/4.x/src/events/interaction/
|
added
|
branches/4.x/src/events/interaction/InteractionCreateEvent.ts
|
added
|
branches/4.x/src/events/invite/
|
added
|
branches/4.x/src/events/invite/InviteCreateEvent.ts
|
added
|
branches/4.x/src/events/invite/InviteDeleteEvent.ts
|
added
|
branches/4.x/src/events/message/
|
added
|
branches/4.x/src/events/message/MessageBulkDelete.ts
|
added
|
branches/4.x/src/events/message/MessageCreateEvent.ts
|
added
|
branches/4.x/src/events/message/MessageDeleteEvent.ts
|
added
|
branches/4.x/src/events/message/MessageReactionAddEvent.ts
|
added
|
branches/4.x/src/events/message/MessageUpdateEvent.ts
|
added
|
branches/4.x/src/events/modal/
|
added
|
branches/4.x/src/events/modal/ModalSubmit.ts
|
added
|
branches/4.x/src/events/raw/
|
added
|
branches/4.x/src/events/raw/RawEvent.ts
|
added
|
branches/4.x/src/events/ready/
|
added
|
branches/4.x/src/events/ready/ReadyEvent.ts
|
added
|
branches/4.x/src/events/role/
|
added
|
branches/4.x/src/events/role/RoleCreateEvent.ts
|
added
|
branches/4.x/src/events/role/RoleDeleteEvent.ts
|
added
|
branches/4.x/src/events/role/RoleUpdateEvent.ts
|
added
|
branches/4.x/src/index.ts
|
added
|
branches/4.x/src/models/
|
added
|
branches/4.x/src/models/AFK.ts
|
added
|
branches/4.x/src/models/Ballot.ts
|
added
|
branches/4.x/src/models/BlockedWordViolation.ts
|
added
|
branches/4.x/src/models/ChannelLock.ts
|
added
|
branches/4.x/src/models/Counter.ts
|
added
|
branches/4.x/src/models/GuildInfo.ts
|
added
|
branches/4.x/src/models/Hardmute.ts
|
added
|
branches/4.x/src/models/InteractionRole.ts
|
added
|
branches/4.x/src/models/InteractionRoleMessage.ts
|
added
|
branches/4.x/src/models/MuteRecord.ts
|
added
|
branches/4.x/src/models/Note.ts
|
added
|
branches/4.x/src/models/Profile.ts
|
added
|
branches/4.x/src/models/ProfileFilterRecord.ts
|
added
|
branches/4.x/src/models/Punishment.ts
|
added
|
branches/4.x/src/models/PunishmentAppeal.ts
|
added
|
branches/4.x/src/models/QueuedJob.ts
|
added
|
branches/4.x/src/models/SpamViolation.ts
|
added
|
branches/4.x/src/models/StaffAway.ts
|
added
|
branches/4.x/src/models/Timeout.ts
|
added
|
branches/4.x/src/models/UnverifiedMember.ts
|
added
|
branches/4.x/src/models/User.ts
|
added
|
branches/4.x/src/queues/
|
added
|
branches/4.x/src/queues/CustomQueue.ts
|
added
|
branches/4.x/src/queues/ExpireMessageQueue.ts
|
added
|
branches/4.x/src/queues/ExpireScheduleMessageQueue.ts
|
added
|
branches/4.x/src/queues/ReminderQueue.ts
|
added
|
branches/4.x/src/queues/ScheduleMessageQueue.ts
|
added
|
branches/4.x/src/queues/SendMessageQueue.ts
|
added
|
branches/4.x/src/queues/UnbanQueue copy.ts
|
added
|
branches/4.x/src/queues/UnbanQueue.ts
|
added
|
branches/4.x/src/queues/UnmuteQueue.ts
|
added
|
branches/4.x/src/queues/expire.ts
|
added
|
branches/4.x/src/queues/queue.ts
|
added
|
branches/4.x/src/queues/send-expire.ts
|
added
|
branches/4.x/src/queues/send.ts
|
added
|
branches/4.x/src/queues/tempban-remove.ts
|
added
|
branches/4.x/src/queues/unmute-job.ts
|
added
|
branches/4.x/src/services/
|
added
|
branches/4.x/src/services/AFKEngine.ts
|
added
|
branches/4.x/src/services/AIChat.ts
|
added
|
branches/4.x/src/services/Auth.ts
|
added
|
branches/4.x/src/services/AutoRole.ts
|
added
|
branches/4.x/src/services/Autobackup.ts
|
added
|
branches/4.x/src/services/ChannelLockManager.ts
|
added
|
branches/4.x/src/services/CommandMetaDataManager.ts
|
added
|
branches/4.x/src/services/Cooldown.ts
|
added
|
branches/4.x/src/services/DebugLogger.ts
|
added
|
branches/4.x/src/services/InteractionRoleManager.ts
|
added
|
branches/4.x/src/services/InviteTracker.ts
|
added
|
branches/4.x/src/services/QueueManager.ts
|
added
|
branches/4.x/src/services/RandomStatus.ts
|
added
|
branches/4.x/src/services/SnippetManager.ts
|
added
|
branches/4.x/src/services/Starboard.ts
|
added
|
branches/4.x/src/services/StartupManager.ts
|
added
|
branches/4.x/src/services/Translator.ts
|
added
|
branches/4.x/src/services/Utilities.ts
|
added
|
branches/4.x/src/services/Verification.ts
|
added
|
branches/4.x/src/services/Welcomer.ts
|
added
|
branches/4.x/src/types/
|
added
|
branches/4.x/src/types/AutoCompleteOptions.ts
|
added
|
branches/4.x/src/types/BlockedWordType.ts
|
added
|
branches/4.x/src/types/CommandHelpData.ts
|
added
|
branches/4.x/src/types/CommandOptions.ts
|
added
|
branches/4.x/src/types/ConfigInterface.ts
|
added
|
branches/4.x/src/types/InteractionOptions.ts
|
added
|
branches/4.x/src/types/KeyValuePair.ts
|
added
|
branches/4.x/src/types/PunishmentType.ts
|
added
|
branches/4.x/src/utils/
|
added
|
branches/4.x/src/utils/Emoji.ts
|
added
|
branches/4.x/src/utils/Help.ts
|
added
|
branches/4.x/src/utils/ModerationEmbed.ts
|
added
|
branches/4.x/src/utils/ModerationHistoryGenerator.ts
|
added
|
branches/4.x/src/utils/Pagination.ts
|
added
|
branches/4.x/src/utils/debug.ts
|
added
|
branches/4.x/src/utils/embeds/
|
added
|
branches/4.x/src/utils/embeds/reply.ts
|
added
|
branches/4.x/src/utils/getMember.ts
|
added
|
branches/4.x/src/utils/getRole.ts
|
added
|
branches/4.x/src/utils/getUser.ts
|
added
|
branches/4.x/src/utils/parseInput.ts
|
added
|
branches/4.x/src/utils/registry.ts
|
added
|
branches/4.x/src/utils/setTimeout.ts
|
added
|
branches/4.x/src/utils/structures/
|
added
|
branches/4.x/src/utils/structures/BaseCLICommand.ts
|
added
|
branches/4.x/src/utils/structures/BaseCommand.ts
|
added
|
branches/4.x/src/utils/structures/BaseEvent.ts
|
added
|
branches/4.x/src/utils/structures/Queue.ts
|
added
|
branches/4.x/src/utils/structures/Service.ts
|
added
|
branches/4.x/src/utils/util.ts
|
added
|
branches/4.x/tests/
|
added
|
branches/4.x/tests/api/
|
added
|
branches/4.x/tests/api/Server.test.ts
|
added
|
branches/4.x/tsconfig.json
|
added
|
branches/5.x/
|
added
|
branches/5.x/.commitlintrc.json
|
added
|
branches/5.x/.dockerignore
|
added
|
branches/5.x/.editorconfig
|
added
|
branches/5.x/.env.docker.example
|
added
|
branches/5.x/.env.example
|
added
|
branches/5.x/.eslintrc.json
|
added
|
branches/5.x/.github/
|
added
|
branches/5.x/.github/ISSUE_TEMPLATE/
|
added
|
branches/5.x/.github/ISSUE_TEMPLATE/bug_report.md
|
added
|
branches/5.x/.github/ISSUE_TEMPLATE/docs_issue.md
|
added
|
branches/5.x/.github/ISSUE_TEMPLATE/feature_request.md
|
added
|
branches/5.x/.github/PULL_REQUEST_TEMPLATE.md
|
added
|
branches/5.x/.github/labeler.yml
|
added
|
branches/5.x/.github/workflows/
|
added
|
branches/5.x/.github/workflows/build.yml
|
added
|
branches/5.x/.github/workflows/codeql.yml
|
added
|
branches/5.x/.github/workflows/docker.yml
|
added
|
branches/5.x/.github/workflows/labeler.yml
|
added
|
branches/5.x/.github/workflows/release.yml
|
added
|
branches/5.x/.gitignore
|
added
|
branches/5.x/.gitpod.yml
|
added
|
branches/5.x/.husky/
|
added
|
branches/5.x/.husky/commit-msg
|
added
|
branches/5.x/.prettierrc
|
added
|
branches/5.x/CHANGELOG.md
|
added
|
branches/5.x/CODE_OF_CONDUCT.md
|
added
|
branches/5.x/CONTRIBUTING.md
|
added
|
branches/5.x/Dockerfile
|
added
|
branches/5.x/LICENSE
|
added
|
branches/5.x/README.md
|
added
|
branches/5.x/SECURITY.md
|
added
|
branches/5.x/TODO.md
|
added
|
branches/5.x/config/
|
added
|
branches/5.x/config/.gitignore
|
added
|
branches/5.x/config/config.json
|
added
|
branches/5.x/config/schema/
|
added
|
branches/5.x/config/schema/config.json
|
added
|
branches/5.x/config/schema/system.json
|
added
|
branches/5.x/config/system.json
|
added
|
branches/5.x/docker-compose.yml
|
added
|
branches/5.x/docs/
|
added
|
branches/5.x/docs/README.md
|
added
|
branches/5.x/docs/SUMMARY.md
|
added
|
branches/5.x/docs/assets/
|
added
|
branches/5.x/docs/assets/images/
|
added
|
branches/5.x/docs/assets/images/screenshot.png
|
added
|
branches/5.x/docs/assets/images/sudobot.png
|
added
|
branches/5.x/docs/automoderation/
|
added
|
branches/5.x/docs/automoderation/README.md
|
added
|
branches/5.x/docs/automoderation/auto-moderation.md
|
added
|
branches/5.x/docs/automoderation/intro.md
|
added
|
branches/5.x/docs/features/
|
added
|
branches/5.x/docs/features/README.md
|
added
|
branches/5.x/docs/features/features.md
|
added
|
branches/5.x/docs/features/screenshots.md
|
added
|
branches/5.x/docs/getting-started.md
|
added
|
branches/5.x/docs/legal/
|
added
|
branches/5.x/docs/legal/README.md
|
added
|
branches/5.x/docs/legal/privacy.md
|
added
|
branches/5.x/docs/legal/terms.md
|
added
|
branches/5.x/docs/legal/why_did_my_server_get_terminated.md
|
added
|
branches/5.x/docs/moderation/
|
added
|
branches/5.x/docs/moderation/README.md
|
added
|
branches/5.x/docs/moderation/banning_users.md
|
added
|
branches/5.x/docs/moderation/clear_command.md
|
added
|
branches/5.x/docs/moderation/intro.md
|
added
|
branches/5.x/docs/moderation/locking_channels.md
|
added
|
branches/5.x/docs/moderation/moderation.md
|
added
|
branches/5.x/docs/moderation/muting_members.md
|
added
|
branches/5.x/docs/moderation/other_moderation_commands.md
|
added
|
branches/5.x/docs/moderation/taking_notes.md
|
added
|
branches/5.x/docs/moderation/warning_members.md
|
added
|
branches/5.x/ecosystem.config.js
|
added
|
branches/5.x/package.json
|
added
|
branches/5.x/prisma/
|
added
|
branches/5.x/prisma/schema.prisma
|
added
|
branches/5.x/resources/
|
added
|
branches/5.x/resources/countries.json
|
added
|
branches/5.x/resources/languages.json
|
added
|
branches/5.x/resources/rickrolls.json
|
added
|
branches/5.x/resources/welcome_messages.json
|
added
|
branches/5.x/scripts/
|
added
|
branches/5.x/scripts/add-license-comments.js
|
added
|
branches/5.x/scripts/deploy-commands.ts
|
added
|
branches/5.x/scripts/generate-config-schema.ts
|
added
|
branches/5.x/scripts/make-command.js
|
added
|
branches/5.x/scripts/make-service.js
|
added
|
branches/5.x/src/
|
added
|
branches/5.x/src/api/
|
added
|
branches/5.x/src/api/Controller.ts
|
added
|
branches/5.x/src/api/Request.ts
|
added
|
branches/5.x/src/api/Response.ts
|
added
|
branches/5.x/src/api/Server.ts
|
added
|
branches/5.x/src/api/controllers/
|
added
|
branches/5.x/src/api/controllers/AnnouncementController.ts
|
added
|
branches/5.x/src/api/controllers/AuthController.ts
|
added
|
branches/5.x/src/api/controllers/ConfigController.ts
|
added
|
branches/5.x/src/api/controllers/MainController.ts
|
added
|
branches/5.x/src/api/middleware/
|
added
|
branches/5.x/src/api/middleware/RequireAuthMiddleware.ts
|
added
|
branches/5.x/src/api/middleware/ValidateMiddleware.ts
|
added
|
branches/5.x/src/automod/
|
added
|
branches/5.x/src/automod/Antijoin.ts
|
added
|
branches/5.x/src/automod/Antiraid.ts
|
added
|
branches/5.x/src/automod/Antispam.ts
|
added
|
branches/5.x/src/automod/FileFilterService.ts
|
added
|
branches/5.x/src/automod/MessageFilter.ts
|
added
|
branches/5.x/src/automod/MessageRuleService.ts
|
added
|
branches/5.x/src/automod/ProfileFilter.ts
|
added
|
branches/5.x/src/commands/
|
added
|
branches/5.x/src/commands/.gitignore
|
added
|
branches/5.x/src/commands/automation/
|
added
|
branches/5.x/src/commands/automation/AFKCommand.ts
|
added
|
branches/5.x/src/commands/automation/AntijoinCommand.ts
|
added
|
branches/5.x/src/commands/automation/BallotCommand.ts
|
added
|
branches/5.x/src/commands/automation/BallotCreateCommand.ts
|
added
|
branches/5.x/src/commands/automation/BallotDeleteCommand.ts
|
added
|
branches/5.x/src/commands/automation/BallotViewCommand.ts
|
added
|
branches/5.x/src/commands/automation/CreateReactionRoleCommand.ts
|
added
|
branches/5.x/src/commands/automation/ExpireCommand.ts
|
added
|
branches/5.x/src/commands/automation/QueueAddCommand.ts
|
added
|
branches/5.x/src/commands/automation/QueueCancelCommand.ts
|
added
|
branches/5.x/src/commands/automation/QueueCommand.ts
|
added
|
branches/5.x/src/commands/automation/QueueListCommand.ts
|
added
|
branches/5.x/src/commands/automation/QueueShowCommand.ts
|
added
|
branches/5.x/src/commands/automation/RemindCommand.ts
|
added
|
branches/5.x/src/commands/automation/ScheduleAndExpireCommand.ts
|
added
|
branches/5.x/src/commands/automation/ScheduleCommand.ts
|
added
|
branches/5.x/src/commands/fun/
|
added
|
branches/5.x/src/commands/fun/CatCommand.ts
|
added
|
branches/5.x/src/commands/fun/DogCommand.ts
|
added
|
branches/5.x/src/commands/fun/JokeCommand.ts
|
added
|
branches/5.x/src/commands/fun/PixabayCommand.ts
|
added
|
branches/5.x/src/commands/information/
|
added
|
branches/5.x/src/commands/information/AvatarCommand.ts
|
added
|
branches/5.x/src/commands/information/CrisisCommand.ts
|
added
|
branches/5.x/src/commands/information/EmojiCommand.ts
|
added
|
branches/5.x/src/commands/information/EncourageCommand.ts
|
added
|
branches/5.x/src/commands/information/ProfileCommand.ts
|
added
|
branches/5.x/src/commands/information/StatsCommand.ts
|
added
|
branches/5.x/src/commands/information/UserInfoCommand.ts
|
added
|
branches/5.x/src/commands/moderation/
|
added
|
branches/5.x/src/commands/moderation/BanCommand.ts
|
added
|
branches/5.x/src/commands/moderation/BeanCommand.ts
|
added
|
branches/5.x/src/commands/moderation/ClearCommand.ts
|
added
|
branches/5.x/src/commands/moderation/DMHistoryCommand.ts
|
added
|
branches/5.x/src/commands/moderation/EchoCommand.ts
|
added
|
branches/5.x/src/commands/moderation/FakeBanCommand.ts
|
added
|
branches/5.x/src/commands/moderation/InfractionClearCommand.ts
|
added
|
branches/5.x/src/commands/moderation/InfractionCommand.ts
|
added
|
branches/5.x/src/commands/moderation/InfractionCreateCommand.ts
|
added
|
branches/5.x/src/commands/moderation/InfractionDeleteCommand.ts
|
added
|
branches/5.x/src/commands/moderation/InfractionEditCommand.ts
|
added
|
branches/5.x/src/commands/moderation/InfractionListCommand.ts
|
added
|
branches/5.x/src/commands/moderation/InfractionViewCommand.ts
|
added
|
branches/5.x/src/commands/moderation/KickCommand.ts
|
added
|
branches/5.x/src/commands/moderation/LockAllCommand.ts
|
added
|
branches/5.x/src/commands/moderation/LockCommand.ts
|
added
|
branches/5.x/src/commands/moderation/MassBanCommand.ts
|
added
|
branches/5.x/src/commands/moderation/MassKickCommand.ts
|
added
|
branches/5.x/src/commands/moderation/MuteCommand.ts
|
added
|
branches/5.x/src/commands/moderation/NoteClearCommand.ts
|
added
|
branches/5.x/src/commands/moderation/NoteCommand.ts
|
added
|
branches/5.x/src/commands/moderation/NoteCreateCommand.ts
|
added
|
branches/5.x/src/commands/moderation/NoteDeleteCommand.ts
|
added
|
branches/5.x/src/commands/moderation/NoteEditCommand.ts
|
added
|
branches/5.x/src/commands/moderation/NoteListCommand.ts
|
added
|
branches/5.x/src/commands/moderation/NoteViewCommand.ts
|
added
|
branches/5.x/src/commands/moderation/ReportMessageCommand.ts
|
added
|
branches/5.x/src/commands/moderation/SaveMessageCommand.ts
|
added
|
branches/5.x/src/commands/moderation/SendCommand.ts
|
added
|
branches/5.x/src/commands/moderation/SendHistoryCommand.ts
|
added
|
branches/5.x/src/commands/moderation/SendReplyCommand.ts
|
added
|
branches/5.x/src/commands/moderation/ShotCommand.ts
|
added
|
branches/5.x/src/commands/moderation/SnipeCommand.ts
|
added
|
branches/5.x/src/commands/moderation/SoftBanCommand.ts
|
added
|
branches/5.x/src/commands/moderation/SpamResetCommand.ts
|
added
|
branches/5.x/src/commands/moderation/TempBanCommand.ts
|
added
|
branches/5.x/src/commands/moderation/UnbanCommand.ts
|
added
|
branches/5.x/src/commands/moderation/UnlockAllCommand.ts
|
added
|
branches/5.x/src/commands/moderation/UnlockCommand.ts
|
added
|
branches/5.x/src/commands/moderation/UnmuteCommand.ts
|
added
|
branches/5.x/src/commands/moderation/WarnCommand.ts
|
added
|
branches/5.x/src/commands/moderation/WarningCommand.ts
|
added
|
branches/5.x/src/commands/settings/
|
added
|
branches/5.x/src/commands/settings/AboutCommand.ts
|
added
|
branches/5.x/src/commands/settings/BlockedFileAddCommand.ts
|
added
|
branches/5.x/src/commands/settings/BlockedFileCommand.ts
|
added
|
branches/5.x/src/commands/settings/BlockedTokenCommand.ts
|
added
|
branches/5.x/src/commands/settings/BlockedWordCommand.ts
|
added
|
branches/5.x/src/commands/settings/EvalCommand.ts
|
added
|
branches/5.x/src/commands/settings/HelpCommand.ts
|
added
|
branches/5.x/src/commands/settings/RestartCommand.ts
|
added
|
branches/5.x/src/commands/settings/SystemCommand.ts
|
added
|
branches/5.x/src/commands/tools/
|
added
|
branches/5.x/src/commands/tools/CreateBoostRoleCommand.ts
|
added
|
branches/5.x/src/commands/tools/EmbedBuildCommand.ts
|
added
|
branches/5.x/src/commands/tools/EmbedCommand.ts
|
added
|
branches/5.x/src/commands/tools/EmbedSchemaCommand.ts
|
added
|
branches/5.x/src/commands/tools/EmbedSendCommand.ts
|
added
|
branches/5.x/src/commands/tools/SnippetCommand.ts
|
added
|
branches/5.x/src/commands/tools/SnippetCreateCommand.ts
|
added
|
branches/5.x/src/commands/tools/SnippetDeleteCommand.ts
|
added
|
branches/5.x/src/commands/tools/SnippetEditCommand.ts
|
added
|
branches/5.x/src/commands/tools/SnippetListCommand.ts
|
added
|
branches/5.x/src/commands/tools/SnippetPushFileCommand.ts
|
added
|
branches/5.x/src/commands/tools/SnippetRandomizeCommand.ts
|
added
|
branches/5.x/src/commands/tools/SnippetRenameCommand.ts
|
added
|
branches/5.x/src/commands/tools/TranslateCommand.ts
|
added
|
branches/5.x/src/core/
|
added
|
branches/5.x/src/core/Client.ts
|
added
|
branches/5.x/src/core/Command.ts
|
added
|
branches/5.x/src/core/Event.ts
|
added
|
branches/5.x/src/core/Service.ts
|
added
|
branches/5.x/src/core/ServiceManager.ts
|
added
|
branches/5.x/src/decorators/
|
added
|
branches/5.x/src/decorators/Action.ts
|
added
|
branches/5.x/src/decorators/GatewayEventListener.ts
|
added
|
branches/5.x/src/decorators/RequireAuth.ts
|
added
|
branches/5.x/src/decorators/SuppressErrors.ts
|
added
|
branches/5.x/src/decorators/Validate.ts
|
added
|
branches/5.x/src/events/
|
added
|
branches/5.x/src/events/ReadyEvent.ts
|
added
|
branches/5.x/src/events/channel/
|
added
|
branches/5.x/src/events/channel/ChannelCreateEvent.ts
|
added
|
branches/5.x/src/events/channel/ChannelDeleteEvent.ts
|
added
|
branches/5.x/src/events/channel/ChannelUpdateEvent.ts
|
added
|
branches/5.x/src/events/guildBan/
|
added
|
branches/5.x/src/events/guildBan/GuildBanAddEvent.ts
|
added
|
branches/5.x/src/events/guildBan/GuildBanRemoveEvent.ts
|
added
|
branches/5.x/src/events/guildMember/
|
added
|
branches/5.x/src/events/guildMember/GuildMemberAddEvent.ts
|
added
|
branches/5.x/src/events/guildMember/GuildMemberRemoveEvent.ts
|
added
|
branches/5.x/src/events/guildMember/GuildMemberUpdateEvent.ts
|
added
|
branches/5.x/src/events/interaction/
|
added
|
branches/5.x/src/events/interaction/InteractionCreateEvent.ts
|
added
|
branches/5.x/src/events/message/
|
added
|
branches/5.x/src/events/message/MessageCreateEvent.ts
|
added
|
branches/5.x/src/events/message/MessageDeleteBulkEvent.ts
|
added
|
branches/5.x/src/events/message/MessageDeleteEvent.ts
|
added
|
branches/5.x/src/events/message/MessageUpdateEvent.ts
|
added
|
branches/5.x/src/events/role/
|
added
|
branches/5.x/src/events/role/RoleCreateEvent.ts
|
added
|
branches/5.x/src/events/role/RoleDeleteEvent.ts
|
added
|
branches/5.x/src/events/role/RoleUpdateEvent.ts
|
added
|
branches/5.x/src/index.ts
|
added
|
branches/5.x/src/queues/
|
added
|
branches/5.x/src/queues/ChannelDeleteQueue.ts
|
added
|
branches/5.x/src/queues/CommandQueue.ts
|
added
|
branches/5.x/src/queues/ExpireMessageQueue.ts
|
added
|
branches/5.x/src/queues/ReminderQueue.ts
|
added
|
branches/5.x/src/queues/ScheduleAndExpireMessageQueue.ts
|
added
|
branches/5.x/src/queues/ScheduleMessageQueue.ts
|
added
|
branches/5.x/src/queues/UnbanQueue.ts
|
added
|
branches/5.x/src/queues/UnmuteQueue.ts
|
added
|
branches/5.x/src/services/
|
added
|
branches/5.x/src/services/AFKService.ts
|
added
|
branches/5.x/src/services/AutoRoleService.ts
|
added
|
branches/5.x/src/services/BallotManager.ts
|
added
|
branches/5.x/src/services/ChannelLockManager.ts
|
added
|
branches/5.x/src/services/CommandManager.ts
|
added
|
branches/5.x/src/services/ConfigManager.ts
|
added
|
branches/5.x/src/services/InfractionManager.ts
|
added
|
branches/5.x/src/services/InviteTrackerService.ts
|
added
|
branches/5.x/src/services/LoggerService.ts
|
added
|
branches/5.x/src/services/MetadataService.ts
|
added
|
branches/5.x/src/services/PermissionManager.ts
|
added
|
branches/5.x/src/services/QueueManager.ts
|
added
|
branches/5.x/src/services/QuickMuteService.ts
|
added
|
branches/5.x/src/services/ReactionRoleService.ts
|
added
|
branches/5.x/src/services/SnippetManager.ts
|
added
|
branches/5.x/src/services/StartupManager.ts
|
added
|
branches/5.x/src/services/TranslationService.ts
|
added
|
branches/5.x/src/services/WelcomerService.ts
|
added
|
branches/5.x/src/types/
|
added
|
branches/5.x/src/types/GuildConfigSchema.ts
|
added
|
branches/5.x/src/types/HasEventListeners.ts
|
added
|
branches/5.x/src/types/MessageRuleSchema.ts
|
added
|
branches/5.x/src/types/NotUndefined.ts
|
added
|
branches/5.x/src/types/RouteMetadata.ts
|
added
|
branches/5.x/src/types/SnowflakeSchema.ts
|
added
|
branches/5.x/src/types/SystemConfigSchema.ts
|
added
|
branches/5.x/src/utils/
|
added
|
branches/5.x/src/utils/Pagination.ts
|
added
|
branches/5.x/src/utils/PermissionLevels.ts
|
added
|
branches/5.x/src/utils/Queue.ts
|
added
|
branches/5.x/src/utils/QueueEntry.ts
|
added
|
branches/5.x/src/utils/datetime.ts
|
added
|
branches/5.x/src/utils/download.ts
|
added
|
branches/5.x/src/utils/embed.ts
|
added
|
branches/5.x/src/utils/fetch.ts
|
added
|
branches/5.x/src/utils/logger.ts
|
added
|
branches/5.x/src/utils/troll.ts
|
added
|
branches/5.x/src/utils/user.ts
|
added
|
branches/5.x/src/utils/userflags.ts
|
added
|
branches/5.x/src/utils/utils.ts
|
added
|
branches/5.x/tests/
|
added
|
branches/5.x/tests/clientsetup.ts
|
added
|
branches/5.x/tests/services/
|
added
|
branches/5.x/tests/services/PermissionManager.test.ts
|
added
|
branches/5.x/tests/setup.ts
|
added
|
branches/5.x/tests/utils/
|
added
|
branches/5.x/tests/utils/troll.test.ts
|
added
|
branches/5.x/tests/utils.ts
|
added
|
branches/5.x/tsconfig.json
|
added
|
branches/6.x/
|
added
|
branches/6.x/.clang-format
|
added
|
branches/6.x/.commitlintrc.json
|
added
|
branches/6.x/.dockerignore
|
added
|
branches/6.x/.editorconfig
|
added
|
branches/6.x/.env.docker.example
|
added
|
branches/6.x/.env.example
|
added
|
branches/6.x/.eslintrc.json
|
added
|
branches/6.x/.github/
|
added
|
branches/6.x/.github/FUNDING.yml
|
added
|
branches/6.x/.github/ISSUE_TEMPLATE/
|
added
|
branches/6.x/.github/ISSUE_TEMPLATE/bug_report.md
|
added
|
branches/6.x/.github/ISSUE_TEMPLATE/docs_issue.md
|
added
|
branches/6.x/.github/ISSUE_TEMPLATE/feature_request.md
|
added
|
branches/6.x/.github/PULL_REQUEST_TEMPLATE.md
|
added
|
branches/6.x/.github/labeler.yml
|
added
|
branches/6.x/.github/workflows/
|
added
|
branches/6.x/.github/workflows/build.yml
|
added
|
branches/6.x/.github/workflows/codeql.yml
|
added
|
branches/6.x/.github/workflows/docker.yml
|
added
|
branches/6.x/.github/workflows/labeler.yml
|
added
|
branches/6.x/.github/workflows/release.yml
|
added
|
branches/6.x/.gitignore
|
added
|
branches/6.x/.gitpod.yml
|
added
|
branches/6.x/.husky/
|
added
|
branches/6.x/.husky/commit-msg
|
added
|
branches/6.x/.prettierrc
|
added
|
branches/6.x/CHANGELOG.md
|
added
|
branches/6.x/CODE_OF_CONDUCT.md
|
added
|
branches/6.x/CONTRIBUTING.md
|
added
|
branches/6.x/Dockerfile
|
added
|
branches/6.x/LICENSE
|
added
|
branches/6.x/Makefile
|
added
|
branches/6.x/README.md
|
added
|
branches/6.x/SECURITY.md
|
added
|
branches/6.x/TODO.md
|
added
|
branches/6.x/config/
|
added
|
branches/6.x/config/.gitignore
|
added
|
branches/6.x/config/config.json
|
added
|
branches/6.x/config/schema/
|
added
|
branches/6.x/config/schema/config.json
|
added
|
branches/6.x/config/schema/system.json
|
added
|
branches/6.x/config/system.json
|
added
|
branches/6.x/docker-compose.yml
|
added
|
branches/6.x/docs/
|
added
|
branches/6.x/docs/.gitbook/
|
added
|
branches/6.x/docs/.gitbook/assets/
|
added
|
branches/6.x/docs/.gitbook/assets/image (1).png
|
added
|
branches/6.x/docs/.gitbook/assets/image.png
|
added
|
branches/6.x/docs/README.md
|
added
|
branches/6.x/docs/SUMMARY.md
|
added
|
branches/6.x/docs/assets/
|
added
|
branches/6.x/docs/assets/images/
|
added
|
branches/6.x/docs/assets/images/screenshot.png
|
added
|
branches/6.x/docs/assets/images/sudobot.png
|
added
|
branches/6.x/docs/automoderation/
|
added
|
branches/6.x/docs/automoderation/README.md
|
added
|
branches/6.x/docs/automoderation/auto-moderation.md
|
added
|
branches/6.x/docs/automoderation/intro.md
|
added
|
branches/6.x/docs/extensions/
|
added
|
branches/6.x/docs/extensions/README.md
|
added
|
branches/6.x/docs/extensions/extending-sudobot-with-extensions.md
|
added
|
branches/6.x/docs/features/
|
added
|
branches/6.x/docs/features/README.md
|
added
|
branches/6.x/docs/features/features.md
|
added
|
branches/6.x/docs/features/screenshots.md
|
added
|
branches/6.x/docs/getting-started.md
|
added
|
branches/6.x/docs/legal/
|
added
|
branches/6.x/docs/legal/README.md
|
added
|
branches/6.x/docs/legal/privacy.md
|
added
|
branches/6.x/docs/legal/terms.md
|
added
|
branches/6.x/docs/legal/why_did_my_server_get_terminated.md
|
added
|
branches/6.x/docs/moderation/
|
added
|
branches/6.x/docs/moderation/README.md
|
added
|
branches/6.x/docs/moderation/banning_users.md
|
added
|
branches/6.x/docs/moderation/clear_command.md
|
added
|
branches/6.x/docs/moderation/intro.md
|
added
|
branches/6.x/docs/moderation/locking_channels.md
|
added
|
branches/6.x/docs/moderation/moderation.md
|
added
|
branches/6.x/docs/moderation/muting_members.md
|
added
|
branches/6.x/docs/moderation/other_moderation_commands.md
|
added
|
branches/6.x/docs/moderation/taking_notes.md
|
added
|
branches/6.x/docs/moderation/warning_members.md
|
added
|
branches/6.x/docs/permission-system.md
|
added
|
branches/6.x/ecosystem.config.js
|
added
|
branches/6.x/lib/
|
added
|
branches/6.x/lib/.gitignore
|
added
|
branches/6.x/lib/Makefile
|
added
|
branches/6.x/lib/bsd/
|
added
|
branches/6.x/lib/bsd/Makefile
|
added
|
branches/6.x/lib/common/
|
added
|
branches/6.x/lib/common/Makefile
|
added
|
branches/6.x/lib/common/bridge.c
|
added
|
branches/6.x/lib/common/bridge.h
|
added
|
branches/6.x/lib/common/commands/
|
added
|
branches/6.x/lib/common/commands/commands.h
|
added
|
branches/6.x/lib/common/commands/settings/
|
added
|
branches/6.x/lib/common/commands/settings/about.c
|
added
|
branches/6.x/lib/common/commands/settings/about.h
|
added
|
branches/6.x/lib/common/core/
|
added
|
branches/6.x/lib/common/core/command.c
|
added
|
branches/6.x/lib/common/core/command.h
|
added
|
branches/6.x/lib/common/env.c
|
added
|
branches/6.x/lib/common/env.h
|
added
|
branches/6.x/lib/common/events/
|
added
|
branches/6.x/lib/common/events/on_interaction.c
|
added
|
branches/6.x/lib/common/events/on_interaction.h
|
added
|
branches/6.x/lib/common/events/on_message.c
|
added
|
branches/6.x/lib/common/events/on_message.h
|
added
|
branches/6.x/lib/common/events/on_ready.c
|
added
|
branches/6.x/lib/common/events/on_ready.h
|
added
|
branches/6.x/lib/common/flags.c
|
added
|
branches/6.x/lib/common/flags.h
|
added
|
branches/6.x/lib/common/io/
|
added
|
branches/6.x/lib/common/io/io.c
|
added
|
branches/6.x/lib/common/io/io.h
|
added
|
branches/6.x/lib/common/io/log.h
|
added
|
branches/6.x/lib/common/io/printf.c
|
added
|
branches/6.x/lib/common/io/printf.h
|
added
|
branches/6.x/lib/common/main.c
|
added
|
branches/6.x/lib/common/sudobot.c
|
added
|
branches/6.x/lib/common/sudobot.h
|
added
|
branches/6.x/lib/common/utils/
|
added
|
branches/6.x/lib/common/utils/defs.h
|
added
|
branches/6.x/lib/common/utils/strutils.c
|
added
|
branches/6.x/lib/common/utils/strutils.h
|
added
|
branches/6.x/lib/common/utils/utils.c
|
added
|
branches/6.x/lib/common/utils/utils.h
|
added
|
branches/6.x/lib/common/utils/xmalloc.c
|
added
|
branches/6.x/lib/common/utils/xmalloc.h
|
added
|
branches/6.x/lib/linux/
|
added
|
branches/6.x/lib/linux/Makefile
|
added
|
branches/6.x/lib/macos/
|
added
|
branches/6.x/lib/macos/Makefile
|
added
|
branches/6.x/lib/windows/
|
added
|
branches/6.x/lib/windows/Makefile
|
added
|
branches/6.x/package.json
|
added
|
branches/6.x/prisma/
|
added
|
branches/6.x/prisma/schema.prisma
|
added
|
branches/6.x/resources/
|
added
|
branches/6.x/resources/countries.json
|
added
|
branches/6.x/resources/languages.json
|
added
|
branches/6.x/resources/rickrolls.json
|
added
|
branches/6.x/resources/welcome_messages.json
|
added
|
branches/6.x/scripts/
|
added
|
branches/6.x/scripts/add-license-comments.js
|
added
|
branches/6.x/scripts/deploy-commands.ts
|
added
|
branches/6.x/scripts/extensions.js
|
added
|
branches/6.x/scripts/generate-config-schema.ts
|
added
|
branches/6.x/scripts/log-client.js
|
added
|
branches/6.x/scripts/make-command.js
|
added
|
branches/6.x/scripts/make-service.js
|
added
|
branches/6.x/src/
|
added
|
branches/6.x/src/api/
|
added
|
branches/6.x/src/api/Controller.ts
|
added
|
branches/6.x/src/api/Request.ts
|
added
|
branches/6.x/src/api/Response.ts
|
added
|
branches/6.x/src/api/Server.ts
|
added
|
branches/6.x/src/api/controllers/
|
added
|
branches/6.x/src/api/controllers/AnnouncementController.ts
|
added
|
branches/6.x/src/api/controllers/AuthController.ts
|
added
|
branches/6.x/src/api/controllers/ConfigController.ts
|
added
|
branches/6.x/src/api/controllers/GuildController.ts
|
added
|
branches/6.x/src/api/controllers/MainController.ts
|
added
|
branches/6.x/src/api/controllers/MessageRuleController.ts
|
added
|
branches/6.x/src/api/controllers/ReviewController.ts
|
added
|
branches/6.x/src/api/controllers/UserController.ts
|
added
|
branches/6.x/src/api/controllers/VerificationController.ts
|
added
|
branches/6.x/src/api/middleware/
|
added
|
branches/6.x/src/api/middleware/AdminAccessControl.ts
|
added
|
branches/6.x/src/api/middleware/GuildAccessControl.ts
|
added
|
branches/6.x/src/api/middleware/RequireAuthMiddleware.ts
|
added
|
branches/6.x/src/api/middleware/ValidateMiddleware.ts
|
added
|
branches/6.x/src/automod/
|
added
|
branches/6.x/src/automod/AIAutoModService.ts
|
added
|
branches/6.x/src/automod/Antijoin.ts
|
added
|
branches/6.x/src/automod/Antiraid.ts
|
added
|
branches/6.x/src/automod/Antispam.ts
|
added
|
branches/6.x/src/automod/FileFilterService.ts
|
added
|
branches/6.x/src/automod/MessageFilter.ts
|
added
|
branches/6.x/src/automod/MessageRuleService.ts
|
added
|
branches/6.x/src/automod/ProfileFilter.ts
|
added
|
branches/6.x/src/commands/
|
added
|
branches/6.x/src/commands/.gitignore
|
added
|
branches/6.x/src/commands/automation/
|
added
|
branches/6.x/src/commands/automation/AFKClearCommand.ts
|
added
|
branches/6.x/src/commands/automation/AFKCommand.ts
|
added
|
branches/6.x/src/commands/automation/AFKListCommand.ts
|
added
|
branches/6.x/src/commands/automation/AFKRemoveCommand.ts
|
added
|
branches/6.x/src/commands/automation/AFKsCommand.ts
|
added
|
branches/6.x/src/commands/automation/AntijoinCommand.ts
|
added
|
branches/6.x/src/commands/automation/BallotCommand.ts
|
added
|
branches/6.x/src/commands/automation/BallotCreateCommand.ts
|
added
|
branches/6.x/src/commands/automation/BallotDeleteCommand.ts
|
added
|
branches/6.x/src/commands/automation/BallotViewCommand.ts
|
added
|
branches/6.x/src/commands/automation/BallotVoteListCommand.ts
|
added
|
branches/6.x/src/commands/automation/CreateReactionRoleCommand.ts
|
added
|
branches/6.x/src/commands/automation/ExpireCommand.ts
|
added
|
branches/6.x/src/commands/automation/QueueAddCommand.ts
|
added
|
branches/6.x/src/commands/automation/QueueCancelCommand.ts
|
added
|
branches/6.x/src/commands/automation/QueueCommand.ts
|
added
|
branches/6.x/src/commands/automation/QueueListCommand.ts
|
added
|
branches/6.x/src/commands/automation/QueueShowCommand.ts
|
added
|
branches/6.x/src/commands/automation/RemindCommand.ts
|
added
|
branches/6.x/src/commands/automation/ReminderCommand.ts
|
added
|
branches/6.x/src/commands/automation/ReminderListCommand.ts
|
added
|
branches/6.x/src/commands/automation/ReminderRemoveCommand.ts
|
added
|
branches/6.x/src/commands/automation/ScheduleAndExpireCommand.ts
|
added
|
branches/6.x/src/commands/automation/ScheduleCommand.ts
|
added
|
branches/6.x/src/commands/automation/TempRoleCommand.ts
|
added
|
branches/6.x/src/commands/fun/
|
added
|
branches/6.x/src/commands/fun/AICommand.ts
|
added
|
branches/6.x/src/commands/fun/CatCommand.ts
|
added
|
branches/6.x/src/commands/fun/DogCommand.ts
|
added
|
branches/6.x/src/commands/fun/JokeCommand.ts
|
added
|
branches/6.x/src/commands/fun/MixEmojiCommand.ts
|
added
|
branches/6.x/src/commands/fun/PixabayCommand.ts
|
added
|
branches/6.x/src/commands/information/
|
added
|
branches/6.x/src/commands/information/AvatarCommand.ts
|
added
|
branches/6.x/src/commands/information/CrisisCommand.ts
|
added
|
branches/6.x/src/commands/information/EmojiCommand.ts
|
added
|
branches/6.x/src/commands/information/EncourageCommand.ts
|
added
|
branches/6.x/src/commands/information/ProfileCommand.ts
|
added
|
branches/6.x/src/commands/information/StatsCommand.ts
|
added
|
branches/6.x/src/commands/information/UserLookupCommand.ts
|
added
|
branches/6.x/src/commands/moderation/
|
added
|
branches/6.x/src/commands/moderation/BanCommand.ts
|
added
|
branches/6.x/src/commands/moderation/BeanCommand.ts
|
added
|
branches/6.x/src/commands/moderation/ClearCommand.ts
|
added
|
branches/6.x/src/commands/moderation/DMHistoryCommand.ts
|
added
|
branches/6.x/src/commands/moderation/EchoCommand.ts
|
added
|
branches/6.x/src/commands/moderation/EditMessageCommand.ts
|
added
|
branches/6.x/src/commands/moderation/FakeBanCommand.ts
|
added
|
branches/6.x/src/commands/moderation/InfractionClearCommand.ts
|
added
|
branches/6.x/src/commands/moderation/InfractionCommand.ts
|
added
|
branches/6.x/src/commands/moderation/InfractionCreateCommand.ts
|
added
|
branches/6.x/src/commands/moderation/InfractionDeleteCommand.ts
|
added
|
branches/6.x/src/commands/moderation/InfractionEditCommand.ts
|
added
|
branches/6.x/src/commands/moderation/InfractionListCommand.ts
|
added
|
branches/6.x/src/commands/moderation/InfractionViewCommand.ts
|
added
|
branches/6.x/src/commands/moderation/KickCommand.ts
|
added
|
branches/6.x/src/commands/moderation/LockAllCommand.ts
|
added
|
branches/6.x/src/commands/moderation/LockCommand.ts
|
added
|
branches/6.x/src/commands/moderation/MassBanCommand.ts
|
added
|
branches/6.x/src/commands/moderation/MassKickCommand.ts
|
added
|
branches/6.x/src/commands/moderation/MuteCommand.ts
|
added
|
branches/6.x/src/commands/moderation/NoteClearCommand.ts
|
added
|
branches/6.x/src/commands/moderation/NoteCommand.ts
|
added
|
branches/6.x/src/commands/moderation/NoteCreateCommand.ts
|
added
|
branches/6.x/src/commands/moderation/NoteDeleteCommand.ts
|
added
|
branches/6.x/src/commands/moderation/NoteEditCommand.ts
|
added
|
branches/6.x/src/commands/moderation/NoteListCommand.ts
|
added
|
branches/6.x/src/commands/moderation/NoteViewCommand.ts
|
added
|
branches/6.x/src/commands/moderation/RemoveAFKCommand.ts
|
added
|
branches/6.x/src/commands/moderation/ReportMessageCommand.ts
|
added
|
branches/6.x/src/commands/moderation/SaveMessageCommand.ts
|
added
|
branches/6.x/src/commands/moderation/SendCommand.ts
|
added
|
branches/6.x/src/commands/moderation/SendHistoryCommand.ts
|
added
|
branches/6.x/src/commands/moderation/SendReplyCommand.ts
|
added
|
branches/6.x/src/commands/moderation/ShotCommand.ts
|
added
|
branches/6.x/src/commands/moderation/SnipeCommand.ts
|
added
|
branches/6.x/src/commands/moderation/SoftBanCommand.ts
|
added
|
branches/6.x/src/commands/moderation/SpamResetCommand.ts
|
added
|
branches/6.x/src/commands/moderation/TempBanCommand.ts
|
added
|
branches/6.x/src/commands/moderation/UnbanCommand.ts
|
added
|
branches/6.x/src/commands/moderation/UnlockAllCommand.ts
|
added
|
branches/6.x/src/commands/moderation/UnlockCommand.ts
|
added
|
branches/6.x/src/commands/moderation/UnmuteCommand.ts
|
added
|
branches/6.x/src/commands/moderation/WarnCommand.ts
|
added
|
branches/6.x/src/commands/moderation/WarningCommand.ts
|
added
|
branches/6.x/src/commands/settings/
|
added
|
branches/6.x/src/commands/settings/AboutCommand.ts
|
added
|
branches/6.x/src/commands/settings/BlockedFileAddCommand.ts
|
added
|
branches/6.x/src/commands/settings/BlockedFileCommand.ts
|
added
|
branches/6.x/src/commands/settings/BlockedMessageCommand.ts
|
added
|
branches/6.x/src/commands/settings/BlockedTokenCommand.ts
|
added
|
branches/6.x/src/commands/settings/BlockedWordCommand.ts
|
added
|
branches/6.x/src/commands/settings/EvalCommand.ts
|
added
|
branches/6.x/src/commands/settings/HelpCommand.ts
|
added
|
branches/6.x/src/commands/settings/LogServerCommand.ts
|
added
|
branches/6.x/src/commands/settings/RestartCommand.ts
|
added
|
branches/6.x/src/commands/settings/SystemCommand.ts
|
added
|
branches/6.x/src/commands/settings/UpdateCommand.ts
|
added
|
branches/6.x/src/commands/tools/
|
added
|
branches/6.x/src/commands/tools/CreateBoostRoleCommand.ts
|
added
|
branches/6.x/src/commands/tools/EmbedBuildCommand.ts
|
added
|
branches/6.x/src/commands/tools/EmbedCommand.ts
|
added
|
branches/6.x/src/commands/tools/EmbedSchemaCommand.ts
|
added
|
branches/6.x/src/commands/tools/EmbedSendCommand.ts
|
added
|
branches/6.x/src/commands/tools/ExtractEmojiCommand.ts
|
added
|
branches/6.x/src/commands/tools/SetSlowmodeCommand.ts
|
added
|
branches/6.x/src/commands/tools/SnippetCommand.ts
|
added
|
branches/6.x/src/commands/tools/SnippetCreateCommand.ts
|
added
|
branches/6.x/src/commands/tools/SnippetDeleteCommand.ts
|
added
|
branches/6.x/src/commands/tools/SnippetEditCommand.ts
|
added
|
branches/6.x/src/commands/tools/SnippetListCommand.ts
|
added
|
branches/6.x/src/commands/tools/SnippetPushFileCommand.ts
|
added
|
branches/6.x/src/commands/tools/SnippetRandomizeCommand.ts
|
added
|
branches/6.x/src/commands/tools/SnippetRenameCommand.ts
|
added
|
branches/6.x/src/commands/tools/TranslateCommand.ts
|
added
|
branches/6.x/src/core/
|
added
|
branches/6.x/src/core/Client.ts
|
added
|
branches/6.x/src/core/Command.ts
|
added
|
branches/6.x/src/core/CommandArgumentParser.ts
|
added
|
branches/6.x/src/core/CommandArgumentParserInterface.ts
|
added
|
branches/6.x/src/core/EventListener.ts
|
added
|
branches/6.x/src/core/Extension.ts
|
added
|
branches/6.x/src/core/Service.ts
|
added
|
branches/6.x/src/core/ServiceManager.ts
|
added
|
branches/6.x/src/decorators/
|
added
|
branches/6.x/src/decorators/Action.ts
|
added
|
branches/6.x/src/decorators/EnableAdminAccessControl.ts
|
added
|
branches/6.x/src/decorators/EnableGuildAccessControl.ts
|
added
|
branches/6.x/src/decorators/GatewayEventListener.ts
|
added
|
branches/6.x/src/decorators/RequireAuth.ts
|
added
|
branches/6.x/src/decorators/SuppressErrors.ts
|
added
|
branches/6.x/src/decorators/Validate.ts
|
added
|
branches/6.x/src/events/
|
added
|
branches/6.x/src/events/ReadyEvent.ts
|
added
|
branches/6.x/src/events/channel/
|
added
|
branches/6.x/src/events/channel/ChannelCreateEvent.ts
|
added
|
branches/6.x/src/events/channel/ChannelDeleteEvent.ts
|
added
|
branches/6.x/src/events/channel/ChannelUpdateEvent.ts
|
added
|
branches/6.x/src/events/guildBan/
|
added
|
branches/6.x/src/events/guildBan/GuildBanAddEvent.ts
|
added
|
branches/6.x/src/events/guildBan/GuildBanRemoveEvent.ts
|
added
|
branches/6.x/src/events/guildMember/
|
added
|
branches/6.x/src/events/guildMember/GuildMemberAddEvent.ts
|
added
|
branches/6.x/src/events/guildMember/GuildMemberRemoveEvent.ts
|
added
|
branches/6.x/src/events/guildMember/GuildMemberUpdateEvent.ts
|
added
|
branches/6.x/src/events/interaction/
|
added
|
branches/6.x/src/events/interaction/InteractionCreateEvent.ts
|
added
|
branches/6.x/src/events/message/
|
added
|
branches/6.x/src/events/message/MessageCreateEvent.ts
|
added
|
branches/6.x/src/events/message/MessageDeleteBulkEvent.ts
|
added
|
branches/6.x/src/events/message/MessageDeleteEvent.ts
|
added
|
branches/6.x/src/events/message/MessageUpdateEvent.ts
|
added
|
branches/6.x/src/events/role/
|
added
|
branches/6.x/src/events/role/RoleCreateEvent.ts
|
added
|
branches/6.x/src/events/role/RoleDeleteEvent.ts
|
added
|
branches/6.x/src/events/role/RoleUpdateEvent.ts
|
added
|
branches/6.x/src/index.ts
|
added
|
branches/6.x/src/queues/
|
added
|
branches/6.x/src/queues/BumpReminderQueue.ts
|
added
|
branches/6.x/src/queues/ChannelDeleteQueue.ts
|
added
|
branches/6.x/src/queues/CommandQueue.ts
|
added
|
branches/6.x/src/queues/ExpireMessageQueue.ts
|
added
|
branches/6.x/src/queues/ReminderQueue.ts
|
added
|
branches/6.x/src/queues/ScheduleAndExpireMessageQueue.ts
|
added
|
branches/6.x/src/queues/ScheduleMessageQueue.ts
|
added
|
branches/6.x/src/queues/TempRoleAddQueue.ts
|
added
|
branches/6.x/src/queues/TempRoleRemoveQueue.ts
|
added
|
branches/6.x/src/queues/UnbanQueue.ts
|
added
|
branches/6.x/src/queues/UnmuteQueue.ts
|
added
|
branches/6.x/src/services/
|
added
|
branches/6.x/src/services/AFKService.ts
|
added
|
branches/6.x/src/services/AutoRoleService.ts
|
added
|
branches/6.x/src/services/BallotManager.ts
|
added
|
branches/6.x/src/services/BumpReminderService.ts
|
added
|
branches/6.x/src/services/ChannelLockManager.ts
|
added
|
branches/6.x/src/services/CommandManager.ts
|
added
|
branches/6.x/src/services/CommandPermissionOverwriteManager.ts
|
added
|
branches/6.x/src/services/ConfigManager.ts
|
added
|
branches/6.x/src/services/CooldownService.ts
|
added
|
branches/6.x/src/services/ExtensionService.ts
|
added
|
branches/6.x/src/services/InfractionManager.ts
|
added
|
branches/6.x/src/services/InviteTrackerService.ts
|
added
|
branches/6.x/src/services/KeypressHandlerService.ts
|
added
|
branches/6.x/src/services/LogServer.ts
|
added
|
branches/6.x/src/services/LoggerService.ts
|
added
|
branches/6.x/src/services/MetadataService.ts
|
added
|
branches/6.x/src/services/PermissionManager.ts
|
added
|
branches/6.x/src/services/QueueManager.ts
|
added
|
branches/6.x/src/services/QuickMuteService.ts
|
added
|
branches/6.x/src/services/ReactionRoleService.ts
|
added
|
branches/6.x/src/services/SnippetManager.ts
|
added
|
branches/6.x/src/services/StartupManager.ts
|
added
|
branches/6.x/src/services/TranslationService.ts
|
added
|
branches/6.x/src/services/TriggerService.ts
|
added
|
branches/6.x/src/services/WelcomerService.ts
|
added
|
branches/6.x/src/types/
|
added
|
branches/6.x/src/types/ClientEvents.ts
|
added
|
branches/6.x/src/types/CommandEventHandle.ts
|
added
|
branches/6.x/src/types/GuildConfigSchema.ts
|
added
|
branches/6.x/src/types/HasEventListeners.ts
|
added
|
branches/6.x/src/types/MessageRuleSchema.ts
|
added
|
branches/6.x/src/types/NotUndefined.ts
|
added
|
branches/6.x/src/types/RouteMetadata.ts
|
added
|
branches/6.x/src/types/SnowflakeSchema.ts
|
added
|
branches/6.x/src/types/SystemConfigSchema.ts
|
added
|
branches/6.x/src/types/TriggerSchema.ts
|
added
|
branches/6.x/src/utils/
|
added
|
branches/6.x/src/utils/AbstractPermissionManager.ts
|
added
|
branches/6.x/src/utils/DiscordBasedPermissionManager.ts
|
added
|
branches/6.x/src/utils/EmbedSchemaParser.ts
|
added
|
branches/6.x/src/utils/LayerBasedPermissionManager.ts
|
added
|
branches/6.x/src/utils/LevelBasedPermissionManager.ts
|
added
|
branches/6.x/src/utils/Pagination.ts
|
added
|
branches/6.x/src/utils/PermissionLevels.ts
|
added
|
branches/6.x/src/utils/Queue.ts
|
added
|
branches/6.x/src/utils/QueueEntry.ts
|
added
|
branches/6.x/src/utils/datetime.ts
|
added
|
branches/6.x/src/utils/download.ts
|
added
|
branches/6.x/src/utils/embed.ts
|
added
|
branches/6.x/src/utils/fetch.ts
|
added
|
branches/6.x/src/utils/links.ts
|
added
|
branches/6.x/src/utils/logger.ts
|
added
|
branches/6.x/src/utils/troll.ts
|
added
|
branches/6.x/src/utils/user.ts
|
added
|
branches/6.x/src/utils/userflags.ts
|
added
|
branches/6.x/src/utils/utils.ts
|
added
|
branches/6.x/tests/
|
added
|
branches/6.x/tests/clientsetup.ts
|
added
|
branches/6.x/tests/services/
|
added
|
branches/6.x/tests/services/PermissionManager.test.ts
|
added
|
branches/6.x/tests/setup.ts
|
added
|
branches/6.x/tests/utils/
|
added
|
branches/6.x/tests/utils/troll.test.ts
|
added
|
branches/6.x/tests/utils.ts
|
added
|
branches/6.x/tsconfig.json
|
added
|
branches/7.x/
|
added
|
branches/7.x/.clang-format
|
added
|
branches/7.x/.commitlintrc.json
|
added
|
branches/7.x/.dockerignore
|
added
|
branches/7.x/.editorconfig
|
added
|
branches/7.x/.env.docker.example
|
added
|
branches/7.x/.env.example
|
added
|
branches/7.x/.eslintrc.json
|
added
|
branches/7.x/.github/
|
added
|
branches/7.x/.github/FUNDING.yml
|
added
|
branches/7.x/.github/ISSUE_TEMPLATE/
|
added
|
branches/7.x/.github/ISSUE_TEMPLATE/bug_report.md
|
added
|
branches/7.x/.github/ISSUE_TEMPLATE/docs_issue.md
|
added
|
branches/7.x/.github/ISSUE_TEMPLATE/feature_request.md
|
added
|
branches/7.x/.github/PULL_REQUEST_TEMPLATE.md
|
added
|
branches/7.x/.github/labeler.yml
|
added
|
branches/7.x/.github/workflows/
|
added
|
branches/7.x/.github/workflows/build.yml
|
added
|
branches/7.x/.github/workflows/codeql.yml
|
added
|
branches/7.x/.github/workflows/docker.yml
|
added
|
branches/7.x/.github/workflows/labeler.yml
|
added
|
branches/7.x/.github/workflows/release.yml
|
added
|
branches/7.x/.gitignore
|
added
|
branches/7.x/.gitpod.yml
|
added
|
branches/7.x/.husky/
|
added
|
branches/7.x/.husky/commit-msg
|
added
|
branches/7.x/.prettierrc
|
added
|
branches/7.x/CHANGELOG.md
|
added
|
branches/7.x/CODE_OF_CONDUCT.md
|
added
|
branches/7.x/CONTRIBUTING.md
|
added
|
branches/7.x/Dockerfile
|
added
|
branches/7.x/LICENSE
|
added
|
branches/7.x/Makefile
|
added
|
branches/7.x/README.md
|
added
|
branches/7.x/SECURITY.md
|
added
|
branches/7.x/TODO.md
|
added
|
branches/7.x/config/
|
added
|
branches/7.x/config/.gitignore
|
added
|
branches/7.x/config/config.json
|
added
|
branches/7.x/config/schema/
|
added
|
branches/7.x/config/schema/config.json
|
added
|
branches/7.x/config/schema/system.json
|
added
|
branches/7.x/config/system.json
|
added
|
branches/7.x/docker-compose.yml
|
added
|
branches/7.x/docs/
|
added
|
branches/7.x/docs/.eslintrc.json
|
added
|
branches/7.x/docs/.gitignore
|
added
|
branches/7.x/docs/.prettierrc
|
added
|
branches/7.x/docs/actions/
|
added
|
branches/7.x/docs/actions/pageinfo.ts
|
added
|
branches/7.x/docs/app/
|
added
|
branches/7.x/docs/app/(docs)/
|
added
|
branches/7.x/docs/app/(docs)/about/
|
added
|
branches/7.x/docs/app/(docs)/about/page.mdx
|
added
|
branches/7.x/docs/app/(docs)/automoderation/
|
added
|
branches/7.x/docs/app/(docs)/automoderation/page.mdx
|
added
|
branches/7.x/docs/app/(docs)/commands/
|
added
|
branches/7.x/docs/app/(docs)/commands/ban/
|
added
|
branches/7.x/docs/app/(docs)/commands/ban/page.mdx
|
added
|
branches/7.x/docs/app/(docs)/configuration/
|
added
|
branches/7.x/docs/app/(docs)/configuration/guild-config-schema/
|
added
|
branches/7.x/docs/app/(docs)/configuration/guild-config-schema/page.mdx
|
added
|
branches/7.x/docs/app/(docs)/configuration/system-config-schema/
|
added
|
branches/7.x/docs/app/(docs)/configuration/system-config-schema/page.mdx
|
added
|
branches/7.x/docs/app/(docs)/extensions/
|
added
|
branches/7.x/docs/app/(docs)/extensions/extending-sudobot-with-extensions/
|
added
|
branches/7.x/docs/app/(docs)/extensions/extending-sudobot-with-extensions/page.mdx
|
added
|
branches/7.x/docs/app/(docs)/faq/
|
added
|
branches/7.x/docs/app/(docs)/faq/page.mdx
|
added
|
branches/7.x/docs/app/(docs)/features/
|
added
|
branches/7.x/docs/app/(docs)/features/page.mdx
|
added
|
branches/7.x/docs/app/(docs)/features/screenshots/
|
added
|
branches/7.x/docs/app/(docs)/features/screenshots/page.mdx
|
added
|
branches/7.x/docs/app/(docs)/getting-started/
|
added
|
branches/7.x/docs/app/(docs)/getting-started/page.mdx
|
added
|
branches/7.x/docs/app/(docs)/layout.tsx
|
added
|
branches/7.x/docs/app/(docs)/legal/
|
added
|
branches/7.x/docs/app/(docs)/legal/privacy/
|
added
|
branches/7.x/docs/app/(docs)/legal/privacy/page.mdx
|
added
|
branches/7.x/docs/app/(docs)/legal/terms/
|
added
|
branches/7.x/docs/app/(docs)/legal/terms/page.mdx
|
added
|
branches/7.x/docs/app/(docs)/legal/why-did-my-server-get-terminated/
|
added
|
branches/7.x/docs/app/(docs)/legal/why-did-my-server-get-terminated/page.mdx
|
added
|
branches/7.x/docs/app/(docs)/permission-system/
|
added
|
branches/7.x/docs/app/(docs)/permission-system/page.mdx
|
added
|
branches/7.x/docs/app/(docs)/whats-new-in-v8/
|
added
|
branches/7.x/docs/app/(docs)/whats-new-in-v8/page.mdx
|
added
|
branches/7.x/docs/app/icon.png
|
added
|
branches/7.x/docs/app/layout.tsx
|
added
|
branches/7.x/docs/app/not-found.tsx
|
added
|
branches/7.x/docs/app/page.mdx
|
added
|
branches/7.x/docs/app/providers.tsx
|
added
|
branches/7.x/docs/app/search/
|
added
|
branches/7.x/docs/app/search/route.ts
|
added
|
branches/7.x/docs/app/sitemap.ts
|
added
|
branches/7.x/docs/build.sh
|
added
|
branches/7.x/docs/components/
|
added
|
branches/7.x/docs/components/Alerts/
|
added
|
branches/7.x/docs/components/Alerts/Callout.tsx
|
added
|
branches/7.x/docs/components/Layouts/
|
added
|
branches/7.x/docs/components/Layouts/DocsLayout.tsx
|
added
|
branches/7.x/docs/components/MDX/
|
added
|
branches/7.x/docs/components/MDX/EditButton.tsx
|
added
|
branches/7.x/docs/components/MDX/ImageWithSkeleton.tsx
|
added
|
branches/7.x/docs/components/MDX/Modes.tsx
|
added
|
branches/7.x/docs/components/MDX/PageInfo.tsx
|
added
|
branches/7.x/docs/components/MDX/TableOfContents.tsx
|
added
|
branches/7.x/docs/components/Navbar/
|
added
|
branches/7.x/docs/components/Navbar/DocsLink.tsx
|
added
|
branches/7.x/docs/components/Navbar/DocsLinkItem.tsx
|
added
|
branches/7.x/docs/components/Navbar/DocsLinkList.tsx
|
added
|
branches/7.x/docs/components/Navbar/Drawer.tsx
|
added
|
branches/7.x/docs/components/Navbar/GitHubStats.tsx
|
added
|
branches/7.x/docs/components/Navbar/Navbar.tsx
|
added
|
branches/7.x/docs/components/Navbar/NavbarClientSide.tsx
|
added
|
branches/7.x/docs/components/Navigation/
|
added
|
branches/7.x/docs/components/Navigation/Link.tsx
|
added
|
branches/7.x/docs/components/Navigation/Navigator.tsx
|
added
|
branches/7.x/docs/components/Navigation/Progress.tsx
|
added
|
branches/7.x/docs/components/Searching/
|
added
|
branches/7.x/docs/components/Searching/Search.tsx
|
added
|
branches/7.x/docs/components/Searching/SearchModal.tsx
|
added
|
branches/7.x/docs/components/Searching/SearchResult.tsx
|
added
|
branches/7.x/docs/contexts/
|
added
|
branches/7.x/docs/contexts/RouterContext.tsx
|
added
|
branches/7.x/docs/generate-page-index.js
|
added
|
branches/7.x/docs/generate-sitemap.js
|
added
|
branches/7.x/docs/hooks/
|
added
|
branches/7.x/docs/hooks/useActualPathname.tsx
|
added
|
branches/7.x/docs/hooks/useDebouncedState.ts
|
added
|
branches/7.x/docs/hooks/useIsDesktop.ts
|
added
|
branches/7.x/docs/hooks/useIsMobile.ts
|
added
|
branches/7.x/docs/hooks/usePlatform.ts
|
added
|
branches/7.x/docs/hooks/useRouter.tsx
|
added
|
branches/7.x/docs/images/
|
added
|
branches/7.x/docs/images/about-command.png
|
added
|
branches/7.x/docs/images/help-command.png
|
added
|
branches/7.x/docs/images/screenshot.png
|
added
|
branches/7.x/docs/images/sudobot-v8.png
|
added
|
branches/7.x/docs/images/sudobot.png
|
added
|
branches/7.x/docs/mdx-components.tsx
|
added
|
branches/7.x/docs/middleware.ts
|
added
|
branches/7.x/docs/next.config.mjs
|
added
|
branches/7.x/docs/package.json
|
added
|
branches/7.x/docs/postcss.config.js
|
added
|
branches/7.x/docs/public/
|
added
|
branches/7.x/docs/public/sudobot-v8-8.png
|
added
|
branches/7.x/docs/styles/
|
added
|
branches/7.x/docs/styles/DocsLinkItem.module.css
|
added
|
branches/7.x/docs/styles/DocsLinkList.module.css
|
added
|
branches/7.x/docs/styles/Drawer.module.css
|
added
|
branches/7.x/docs/styles/Error.module.css
|
added
|
branches/7.x/docs/styles/GitHubStats.module.css
|
added
|
branches/7.x/docs/styles/ImageWithSkeleton.module.css
|
added
|
branches/7.x/docs/styles/Navbar.module.css
|
added
|
branches/7.x/docs/styles/Navigator.module.css
|
added
|
branches/7.x/docs/styles/Search.module.css
|
added
|
branches/7.x/docs/styles/globals.css
|
added
|
branches/7.x/docs/tailwind.config.ts
|
added
|
branches/7.x/docs/tsconfig.json
|
added
|
branches/7.x/docs/utils/
|
added
|
branches/7.x/docs/utils/links.ts
|
added
|
branches/7.x/docs/utils/pages.ts
|
added
|
branches/7.x/docs/utils/theme.ts
|
added
|
branches/7.x/docs/utils/utils.ts
|
added
|
branches/7.x/ecosystem.config.js
|
added
|
branches/7.x/lib/
|
added
|
branches/7.x/lib/.gitignore
|
added
|
branches/7.x/lib/Makefile
|
added
|
branches/7.x/lib/bsd/
|
added
|
branches/7.x/lib/bsd/Makefile
|
added
|
branches/7.x/lib/common/
|
added
|
branches/7.x/lib/common/Makefile
|
added
|
branches/7.x/lib/common/bridge.c
|
added
|
branches/7.x/lib/common/bridge.h
|
added
|
branches/7.x/lib/common/commands/
|
added
|
branches/7.x/lib/common/commands/commands.h
|
added
|
branches/7.x/lib/common/commands/settings/
|
added
|
branches/7.x/lib/common/commands/settings/about.c
|
added
|
branches/7.x/lib/common/commands/settings/about.h
|
added
|
branches/7.x/lib/common/core/
|
added
|
branches/7.x/lib/common/core/command.c
|
added
|
branches/7.x/lib/common/core/command.h
|
added
|
branches/7.x/lib/common/env.c
|
added
|
branches/7.x/lib/common/env.h
|
added
|
branches/7.x/lib/common/events/
|
added
|
branches/7.x/lib/common/events/on_interaction.c
|
added
|
branches/7.x/lib/common/events/on_interaction.h
|
added
|
branches/7.x/lib/common/events/on_message.c
|
added
|
branches/7.x/lib/common/events/on_message.h
|
added
|
branches/7.x/lib/common/events/on_ready.c
|
added
|
branches/7.x/lib/common/events/on_ready.h
|
added
|
branches/7.x/lib/common/flags.c
|
added
|
branches/7.x/lib/common/flags.h
|
added
|
branches/7.x/lib/common/io/
|
added
|
branches/7.x/lib/common/io/io.c
|
added
|
branches/7.x/lib/common/io/io.h
|
added
|
branches/7.x/lib/common/io/log.h
|
added
|
branches/7.x/lib/common/io/printf.c
|
added
|
branches/7.x/lib/common/io/printf.h
|
added
|
branches/7.x/lib/common/main.c
|
added
|
branches/7.x/lib/common/sudobot.c
|
added
|
branches/7.x/lib/common/sudobot.h
|
added
|
branches/7.x/lib/common/utils/
|
added
|
branches/7.x/lib/common/utils/defs.h
|
added
|
branches/7.x/lib/common/utils/strutils.c
|
added
|
branches/7.x/lib/common/utils/strutils.h
|
added
|
branches/7.x/lib/common/utils/utils.c
|
added
|
branches/7.x/lib/common/utils/utils.h
|
added
|
branches/7.x/lib/common/utils/xmalloc.c
|
added
|
branches/7.x/lib/common/utils/xmalloc.h
|
added
|
branches/7.x/lib/linux/
|
added
|
branches/7.x/lib/linux/Makefile
|
added
|
branches/7.x/lib/macos/
|
added
|
branches/7.x/lib/macos/Makefile
|
added
|
branches/7.x/lib/windows/
|
added
|
branches/7.x/lib/windows/Makefile
|
added
|
branches/7.x/package.json
|
added
|
branches/7.x/prisma/
|
added
|
branches/7.x/prisma/schema.prisma
|
added
|
branches/7.x/resources/
|
added
|
branches/7.x/resources/countries.json
|
added
|
branches/7.x/resources/languages.json
|
added
|
branches/7.x/resources/rickrolls.json
|
added
|
branches/7.x/resources/welcome_messages.json
|
added
|
branches/7.x/scripts/
|
added
|
branches/7.x/scripts/add-license-comments.js
|
added
|
branches/7.x/scripts/deploy-commands.js
|
added
|
branches/7.x/scripts/extensions.js
|
added
|
branches/7.x/scripts/generate-config-schema.js
|
added
|
branches/7.x/scripts/log-client.js
|
added
|
branches/7.x/scripts/make-command.js
|
added
|
branches/7.x/scripts/make-service.js
|
added
|
branches/7.x/src/
|
added
|
branches/7.x/src/api/
|
added
|
branches/7.x/src/api/Controller.ts
|
added
|
branches/7.x/src/api/Request.ts
|
added
|
branches/7.x/src/api/Response.ts
|
added
|
branches/7.x/src/api/Server.ts
|
added
|
branches/7.x/src/api/controllers/
|
added
|
branches/7.x/src/api/controllers/AnnouncementController.ts
|
added
|
branches/7.x/src/api/controllers/AuthController.ts
|
added
|
branches/7.x/src/api/controllers/ConfigController.ts
|
added
|
branches/7.x/src/api/controllers/GuildController.ts
|
added
|
branches/7.x/src/api/controllers/MainController.ts
|
added
|
branches/7.x/src/api/controllers/MessageRuleController.ts
|
added
|
branches/7.x/src/api/controllers/ReviewController.ts
|
added
|
branches/7.x/src/api/controllers/UserController.ts
|
added
|
branches/7.x/src/api/controllers/VerificationController.ts
|
added
|
branches/7.x/src/api/middleware/
|
added
|
branches/7.x/src/api/middleware/AdminAccessControl.ts
|
added
|
branches/7.x/src/api/middleware/GuildAccessControl.ts
|
added
|
branches/7.x/src/api/middleware/RequireAuthMiddleware.ts
|
added
|
branches/7.x/src/api/middleware/ValidateMiddleware.ts
|
added
|
branches/7.x/src/automod/
|
added
|
branches/7.x/src/automod/AIAutoModService.ts
|
added
|
branches/7.x/src/automod/Antijoin.ts
|
added
|
branches/7.x/src/automod/Antiraid.ts
|
added
|
branches/7.x/src/automod/Antispam.ts
|
added
|
branches/7.x/src/automod/FileFilterService.ts
|
added
|
branches/7.x/src/automod/MessageFilter.ts
|
added
|
branches/7.x/src/automod/MessageRuleService.ts
|
added
|
branches/7.x/src/automod/ProfileFilter.ts
|
added
|
branches/7.x/src/automod/VerificationService.ts
|
added
|
branches/7.x/src/bun.ts
|
added
|
branches/7.x/src/commands/
|
added
|
branches/7.x/src/commands/.gitignore
|
added
|
branches/7.x/src/commands/automation/
|
added
|
branches/7.x/src/commands/automation/AFKClearCommand.ts
|
added
|
branches/7.x/src/commands/automation/AFKCommand.ts
|
added
|
branches/7.x/src/commands/automation/AFKListCommand.ts
|
added
|
branches/7.x/src/commands/automation/AFKRemoveCommand.ts
|
added
|
branches/7.x/src/commands/automation/AFKsCommand.ts
|
added
|
branches/7.x/src/commands/automation/AntijoinCommand.ts
|
added
|
branches/7.x/src/commands/automation/BallotCommand.ts
|
added
|
branches/7.x/src/commands/automation/BallotCreateCommand.ts
|
added
|
branches/7.x/src/commands/automation/BallotDeleteCommand.ts
|
added
|
branches/7.x/src/commands/automation/BallotViewCommand.ts
|
added
|
branches/7.x/src/commands/automation/BallotVoteListCommand.ts
|
added
|
branches/7.x/src/commands/automation/CreateReactionRoleCommand.ts
|
added
|
branches/7.x/src/commands/automation/ExpireCommand.ts
|
added
|
branches/7.x/src/commands/automation/QueueAddCommand.ts
|
added
|
branches/7.x/src/commands/automation/QueueCancelCommand.ts
|
added
|
branches/7.x/src/commands/automation/QueueCommand.ts
|
added
|
branches/7.x/src/commands/automation/QueueListCommand.ts
|
added
|
branches/7.x/src/commands/automation/QueueShowCommand.ts
|
added
|
branches/7.x/src/commands/automation/RemindCommand.ts
|
added
|
branches/7.x/src/commands/automation/ReminderCommand.ts
|
added
|
branches/7.x/src/commands/automation/ReminderListCommand.ts
|
added
|
branches/7.x/src/commands/automation/ReminderRemoveCommand.ts
|
added
|
branches/7.x/src/commands/automation/ScheduleAndExpireCommand.ts
|
added
|
branches/7.x/src/commands/automation/ScheduleCommand.ts
|
added
|
branches/7.x/src/commands/automation/TempRoleCommand.ts
|
added
|
branches/7.x/src/commands/fun/
|
added
|
branches/7.x/src/commands/fun/AICommand.ts
|
added
|
branches/7.x/src/commands/fun/CatCommand.ts
|
added
|
branches/7.x/src/commands/fun/DogCommand.ts
|
added
|
branches/7.x/src/commands/fun/JokeCommand.ts
|
added
|
branches/7.x/src/commands/fun/MixEmojiCommand.ts
|
added
|
branches/7.x/src/commands/fun/PixabayCommand.ts
|
added
|
branches/7.x/src/commands/information/
|
added
|
branches/7.x/src/commands/information/AvatarCommand.ts
|
added
|
branches/7.x/src/commands/information/CrisisCommand.ts
|
added
|
branches/7.x/src/commands/information/EmojiCommand.ts
|
added
|
branches/7.x/src/commands/information/EncourageCommand.ts
|
added
|
branches/7.x/src/commands/information/ProfileCommand.ts
|
added
|
branches/7.x/src/commands/information/StatsCommand.ts
|
added
|
branches/7.x/src/commands/information/UserLookupCommand.ts
|
added
|
branches/7.x/src/commands/moderation/
|
added
|
branches/7.x/src/commands/moderation/BanCommand.ts
|
added
|
branches/7.x/src/commands/moderation/BeanCommand.ts
|
added
|
branches/7.x/src/commands/moderation/ClearCommand.ts
|
added
|
branches/7.x/src/commands/moderation/DMHistoryCommand.ts
|
added
|
branches/7.x/src/commands/moderation/EchoCommand.ts
|
added
|
branches/7.x/src/commands/moderation/EditMessageCommand.ts
|
added
|
branches/7.x/src/commands/moderation/FakeBanCommand.ts
|
added
|
branches/7.x/src/commands/moderation/InfractionClearCommand.ts
|
added
|
branches/7.x/src/commands/moderation/InfractionCommand.ts
|
added
|
branches/7.x/src/commands/moderation/InfractionCreateCommand.ts
|
added
|
branches/7.x/src/commands/moderation/InfractionDeleteCommand.ts
|
added
|
branches/7.x/src/commands/moderation/InfractionEditCommand.ts
|
added
|
branches/7.x/src/commands/moderation/InfractionListCommand.ts
|
added
|
branches/7.x/src/commands/moderation/InfractionViewCommand.ts
|
added
|
branches/7.x/src/commands/moderation/KickCommand.ts
|
added
|
branches/7.x/src/commands/moderation/LockAllCommand.ts
|
added
|
branches/7.x/src/commands/moderation/LockCommand.ts
|
added
|
branches/7.x/src/commands/moderation/MassBanCommand.ts
|
added
|
branches/7.x/src/commands/moderation/MassKickCommand.ts
|
added
|
branches/7.x/src/commands/moderation/MuteCommand.ts
|
added
|
branches/7.x/src/commands/moderation/NoteClearCommand.ts
|
added
|
branches/7.x/src/commands/moderation/NoteCommand.ts
|
added
|
branches/7.x/src/commands/moderation/NoteCreateCommand.ts
|
added
|
branches/7.x/src/commands/moderation/NoteDeleteCommand.ts
|
added
|
branches/7.x/src/commands/moderation/NoteEditCommand.ts
|
added
|
branches/7.x/src/commands/moderation/NoteListCommand.ts
|
added
|
branches/7.x/src/commands/moderation/NoteViewCommand.ts
|
added
|
branches/7.x/src/commands/moderation/RemoveAFKCommand.ts
|
added
|
branches/7.x/src/commands/moderation/ReportMessageCommand.ts
|
added
|
branches/7.x/src/commands/moderation/SaveMessageCommand.ts
|
added
|
branches/7.x/src/commands/moderation/SendCommand.ts
|
added
|
branches/7.x/src/commands/moderation/SendHistoryCommand.ts
|
added
|
branches/7.x/src/commands/moderation/SendReplyCommand.ts
|
added
|
branches/7.x/src/commands/moderation/ShotCommand.ts
|
added
|
branches/7.x/src/commands/moderation/SnipeCommand.ts
|
added
|
branches/7.x/src/commands/moderation/SoftBanCommand.ts
|
added
|
branches/7.x/src/commands/moderation/SpamResetCommand.ts
|
added
|
branches/7.x/src/commands/moderation/TempBanCommand.ts
|
added
|
branches/7.x/src/commands/moderation/UnbanCommand.ts
|
added
|
branches/7.x/src/commands/moderation/UnlockAllCommand.ts
|
added
|
branches/7.x/src/commands/moderation/UnlockCommand.ts
|
added
|
branches/7.x/src/commands/moderation/UnmuteCommand.ts
|
added
|
branches/7.x/src/commands/moderation/WarnCommand.ts
|
added
|
branches/7.x/src/commands/moderation/WarningCommand.ts
|
added
|
branches/7.x/src/commands/settings/
|
added
|
branches/7.x/src/commands/settings/AboutCommand.ts
|
added
|
branches/7.x/src/commands/settings/BlockedFileAddCommand.ts
|
added
|
branches/7.x/src/commands/settings/BlockedFileCommand.ts
|
added
|
branches/7.x/src/commands/settings/BlockedMessageCommand.ts
|
added
|
branches/7.x/src/commands/settings/BlockedTokenCommand.ts
|
added
|
branches/7.x/src/commands/settings/BlockedWordCommand.ts
|
added
|
branches/7.x/src/commands/settings/EvalCommand.ts
|
added
|
branches/7.x/src/commands/settings/HelpCommand.ts
|
added
|
branches/7.x/src/commands/settings/LogServerCommand.ts
|
added
|
branches/7.x/src/commands/settings/RestartCommand.ts
|
added
|
branches/7.x/src/commands/settings/SystemCommand.ts
|
added
|
branches/7.x/src/commands/settings/UpdateCommand.ts
|
added
|
branches/7.x/src/commands/system/
|
added
|
branches/7.x/src/commands/system/SystemBanCommand.ts
|
added
|
branches/7.x/src/commands/system/SystemUnbanCommand.ts
|
added
|
branches/7.x/src/commands/tools/
|
added
|
branches/7.x/src/commands/tools/CreateBoostRoleCommand.ts
|
added
|
branches/7.x/src/commands/tools/EmbedBuildCommand.ts
|
added
|
branches/7.x/src/commands/tools/EmbedCommand.ts
|
added
|
branches/7.x/src/commands/tools/EmbedSchemaCommand.ts
|
added
|
branches/7.x/src/commands/tools/EmbedSendCommand.ts
|
added
|
branches/7.x/src/commands/tools/ExtractEmojiCommand.ts
|
added
|
branches/7.x/src/commands/tools/SetSlowmodeCommand.ts
|
added
|
branches/7.x/src/commands/tools/SnippetCommand.ts
|
added
|
branches/7.x/src/commands/tools/SnippetCreateCommand.ts
|
added
|
branches/7.x/src/commands/tools/SnippetDeleteCommand.ts
|
added
|
branches/7.x/src/commands/tools/SnippetEditCommand.ts
|
added
|
branches/7.x/src/commands/tools/SnippetListCommand.ts
|
added
|
branches/7.x/src/commands/tools/SnippetPushFileCommand.ts
|
added
|
branches/7.x/src/commands/tools/SnippetRandomizeCommand.ts
|
added
|
branches/7.x/src/commands/tools/SnippetRenameCommand.ts
|
added
|
branches/7.x/src/commands/tools/TranslateCommand.ts
|
added
|
branches/7.x/src/core/
|
added
|
branches/7.x/src/core/Client.ts
|
added
|
branches/7.x/src/core/Command.ts
|
added
|
branches/7.x/src/core/CommandArgumentParser.ts
|
added
|
branches/7.x/src/core/CommandArgumentParserInterface.ts
|
added
|
branches/7.x/src/core/DynamicLoader.ts
|
added
|
branches/7.x/src/core/EventListener.ts
|
added
|
branches/7.x/src/core/Extension.ts
|
added
|
branches/7.x/src/core/Service.ts
|
added
|
branches/7.x/src/core/ServiceManager.ts
|
added
|
branches/7.x/src/decorators/
|
added
|
branches/7.x/src/decorators/Action.ts
|
added
|
branches/7.x/src/decorators/EnableAdminAccessControl.ts
|
added
|
branches/7.x/src/decorators/EnableGuildAccessControl.ts
|
added
|
branches/7.x/src/decorators/GatewayEventListener.ts
|
added
|
branches/7.x/src/decorators/RequireAuth.ts
|
added
|
branches/7.x/src/decorators/SuppressErrors.ts
|
added
|
branches/7.x/src/decorators/Validate.ts
|
added
|
branches/7.x/src/events/
|
added
|
branches/7.x/src/events/ReadyEvent.ts
|
added
|
branches/7.x/src/events/channel/
|
added
|
branches/7.x/src/events/channel/ChannelCreateEvent.ts
|
added
|
branches/7.x/src/events/channel/ChannelDeleteEvent.ts
|
added
|
branches/7.x/src/events/channel/ChannelUpdateEvent.ts
|
added
|
branches/7.x/src/events/guildBan/
|
added
|
branches/7.x/src/events/guildBan/GuildBanAddEvent.ts
|
added
|
branches/7.x/src/events/guildBan/GuildBanRemoveEvent.ts
|
added
|
branches/7.x/src/events/guildMember/
|
added
|
branches/7.x/src/events/guildMember/GuildMemberAddEvent.ts
|
added
|
branches/7.x/src/events/guildMember/GuildMemberRemoveEvent.ts
|
added
|
branches/7.x/src/events/guildMember/GuildMemberUpdateEvent.ts
|
added
|
branches/7.x/src/events/interaction/
|
added
|
branches/7.x/src/events/interaction/InteractionCreateEvent.ts
|
added
|
branches/7.x/src/events/message/
|
added
|
branches/7.x/src/events/message/MessageCreateEvent.ts
|
added
|
branches/7.x/src/events/message/MessageDeleteBulkEvent.ts
|
added
|
branches/7.x/src/events/message/MessageDeleteEvent.ts
|
added
|
branches/7.x/src/events/message/MessageUpdateEvent.ts
|
added
|
branches/7.x/src/events/role/
|
added
|
branches/7.x/src/events/role/RoleCreateEvent.ts
|
added
|
branches/7.x/src/events/role/RoleDeleteEvent.ts
|
added
|
branches/7.x/src/events/role/RoleUpdateEvent.ts
|
added
|
branches/7.x/src/index.ts
|
added
|
branches/7.x/src/polyfills/
|
added
|
branches/7.x/src/polyfills/FileSystem.ts
|
added
|
branches/7.x/src/queues/
|
added
|
branches/7.x/src/queues/BumpReminderQueue.ts
|
added
|
branches/7.x/src/queues/ChannelDeleteQueue.ts
|
added
|
branches/7.x/src/queues/CommandQueue.ts
|
added
|
branches/7.x/src/queues/ExpireMessageQueue.ts
|
added
|
branches/7.x/src/queues/ReminderQueue.ts
|
added
|
branches/7.x/src/queues/ScheduleAndExpireMessageQueue.ts
|
added
|
branches/7.x/src/queues/ScheduleMessageQueue.ts
|
added
|
branches/7.x/src/queues/TempRoleAddQueue.ts
|
added
|
branches/7.x/src/queues/TempRoleRemoveQueue.ts
|
added
|
branches/7.x/src/queues/UnbanQueue.ts
|
added
|
branches/7.x/src/queues/UnmuteQueue.ts
|
added
|
branches/7.x/src/services/
|
added
|
branches/7.x/src/services/AFKService.ts
|
added
|
branches/7.x/src/services/AutoRoleService.ts
|
added
|
branches/7.x/src/services/BallotManager.ts
|
added
|
branches/7.x/src/services/BumpReminderService.ts
|
added
|
branches/7.x/src/services/ChannelLockManager.ts
|
added
|
branches/7.x/src/services/CommandManager.ts
|
added
|
branches/7.x/src/services/CommandPermissionOverwriteManager.ts
|
added
|
branches/7.x/src/services/ConfigManager.ts
|
added
|
branches/7.x/src/services/CooldownService.ts
|
added
|
branches/7.x/src/services/ExtensionService.ts
|
added
|
branches/7.x/src/services/ImageRecognitionService.ts
|
added
|
branches/7.x/src/services/InfractionManager.ts
|
added
|
branches/7.x/src/services/InviteTrackerService.ts
|
added
|
branches/7.x/src/services/KeypressHandlerService.ts
|
added
|
branches/7.x/src/services/LogServer.ts
|
added
|
branches/7.x/src/services/LoggerService.ts
|
added
|
branches/7.x/src/services/MetadataService.ts
|
added
|
branches/7.x/src/services/PermissionManager.ts
|
added
|
branches/7.x/src/services/QueueManager.ts
|
added
|
branches/7.x/src/services/QuickMuteService.ts
|
added
|
branches/7.x/src/services/ReactionRoleService.ts
|
added
|
branches/7.x/src/services/ReportService.ts
|
added
|
branches/7.x/src/services/SnippetManager.ts
|
added
|
branches/7.x/src/services/StartupManager.ts
|
added
|
branches/7.x/src/services/StatsService.ts
|
added
|
branches/7.x/src/services/TranslationService.ts
|
added
|
branches/7.x/src/services/TriggerService.ts
|
added
|
branches/7.x/src/services/WelcomerService.ts
|
added
|
branches/7.x/src/types/
|
added
|
branches/7.x/src/types/ClientEvents.ts
|
added
|
branches/7.x/src/types/CommandEventHandle.ts
|
added
|
branches/7.x/src/types/GuildConfigSchema.ts
|
added
|
branches/7.x/src/types/HasEventListeners.ts
|
added
|
branches/7.x/src/types/MessageRuleSchema.ts
|
added
|
branches/7.x/src/types/NotUndefined.ts
|
added
|
branches/7.x/src/types/RouteMetadata.ts
|
added
|
branches/7.x/src/types/SnowflakeSchema.ts
|
added
|
branches/7.x/src/types/SystemConfigSchema.ts
|
added
|
branches/7.x/src/types/TriggerSchema.ts
|
added
|
branches/7.x/src/types/Utils.ts
|
added
|
branches/7.x/src/types/globals.d.ts
|
added
|
branches/7.x/src/utils/
|
added
|
branches/7.x/src/utils/AbstractPermissionManager.ts
|
added
|
branches/7.x/src/utils/DiscordBasedPermissionManager.ts
|
added
|
branches/7.x/src/utils/EmbedSchemaParser.ts
|
added
|
branches/7.x/src/utils/LayerBasedPermissionManager.ts
|
added
|
branches/7.x/src/utils/LevelBasedPermissionManager.ts
|
added
|
branches/7.x/src/utils/Pagination.ts
|
added
|
branches/7.x/src/utils/PermissionLevels.ts
|
added
|
branches/7.x/src/utils/Queue.ts
|
added
|
branches/7.x/src/utils/QueueEntry.ts
|
added
|
branches/7.x/src/utils/datetime.ts
|
added
|
branches/7.x/src/utils/download.ts
|
added
|
branches/7.x/src/utils/embed.ts
|
added
|
branches/7.x/src/utils/fetch.ts
|
added
|
branches/7.x/src/utils/links.ts
|
added
|
branches/7.x/src/utils/logger.ts
|
added
|
branches/7.x/src/utils/troll.ts
|
added
|
branches/7.x/src/utils/user.ts
|
added
|
branches/7.x/src/utils/userflags.ts
|
added
|
branches/7.x/src/utils/utils.ts
|
added
|
branches/7.x/tests/
|
added
|
branches/7.x/tests/clientsetup.ts
|
added
|
branches/7.x/tests/services/
|
added
|
branches/7.x/tests/services/PermissionManager.test.ts
|
added
|
branches/7.x/tests/setup.ts
|
added
|
branches/7.x/tests/utils/
|
added
|
branches/7.x/tests/utils/troll.test.ts
|
added
|
branches/7.x/tests/utils.ts
|
added
|
branches/7.x/tsconfig.json
|
added
|
branches/8.x/
|
added
|
branches/8.x/.clang-format
|
added
|
branches/8.x/.commitlintrc.json
|
added
|
branches/8.x/.dockerignore
|
added
|
branches/8.x/.editorconfig
|
added
|
branches/8.x/.env.docker.example
|
added
|
branches/8.x/.env.example
|
added
|
branches/8.x/.eslintrc.json
|
added
|
branches/8.x/.github/
|
added
|
branches/8.x/.github/FUNDING.yml
|
added
|
branches/8.x/.github/ISSUE_TEMPLATE/
|
added
|
branches/8.x/.github/ISSUE_TEMPLATE/bug_report.md
|
added
|
branches/8.x/.github/ISSUE_TEMPLATE/docs_issue.md
|
added
|
branches/8.x/.github/ISSUE_TEMPLATE/feature_request.md
|
added
|
branches/8.x/.github/PULL_REQUEST_TEMPLATE.md
|
added
|
branches/8.x/.github/codeql/
|
added
|
branches/8.x/.github/codeql/config.yml
|
added
|
branches/8.x/.github/labeler.yml
|
added
|
branches/8.x/.github/workflows/
|
added
|
branches/8.x/.github/workflows/build.yml
|
added
|
branches/8.x/.github/workflows/codeql.yml
|
added
|
branches/8.x/.github/workflows/docker.yml
|
added
|
branches/8.x/.github/workflows/extensions.yml
|
added
|
branches/8.x/.github/workflows/labeler.yml
|
added
|
branches/8.x/.github/workflows/release.yml
|
added
|
branches/8.x/.gitignore
|
added
|
branches/8.x/.gitpod.yml
|
added
|
branches/8.x/.husky/
|
added
|
branches/8.x/.husky/commit-msg
|
added
|
branches/8.x/.prettierrc
|
added
|
branches/8.x/CHANGELOG.md
|
added
|
branches/8.x/CODE_OF_CONDUCT.md
|
added
|
branches/8.x/CONTRIBUTING.md
|
added
|
branches/8.x/Dockerfile
|
added
|
branches/8.x/LICENSE
|
added
|
branches/8.x/Makefile
|
added
|
branches/8.x/README.md
|
added
|
branches/8.x/SECURITY.md
|
added
|
branches/8.x/TODO.md
|
added
|
branches/8.x/config/
|
added
|
branches/8.x/config/.gitignore
|
added
|
branches/8.x/config/config.json
|
added
|
branches/8.x/config/schema/
|
added
|
branches/8.x/config/schema/config.json
|
added
|
branches/8.x/config/schema/system.json
|
added
|
branches/8.x/config/system.json
|
added
|
branches/8.x/docker-compose.yml
|
added
|
branches/8.x/docs/
|
added
|
branches/8.x/docs/.eslintrc.json
|
added
|
branches/8.x/docs/.gitignore
|
added
|
branches/8.x/docs/.prettierrc
|
added
|
branches/8.x/docs/actions/
|
added
|
branches/8.x/docs/actions/pageinfo.ts
|
added
|
branches/8.x/docs/app/
|
added
|
branches/8.x/docs/app/(docs)/
|
added
|
branches/8.x/docs/app/(docs)/about/
|
added
|
branches/8.x/docs/app/(docs)/about/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/automoderation/
|
added
|
branches/8.x/docs/app/(docs)/automoderation/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/afk/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/afk/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/antijoin/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/antijoin/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/ballot/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/ballot/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/createreactionrole/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/createreactionrole/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/expire/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/expire/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/gafk/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/gafk/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/metadata.json
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/queue/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/queue/add/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/queue/add/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/queue/cancel/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/queue/cancel/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/queue/list/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/queue/list/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/queue/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/queue/show/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/queue/show/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/remind/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/remind/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/schedule/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/schedule/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/scheduleandexpire/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/scheduleandexpire/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/temprole/
|
added
|
branches/8.x/docs/app/(docs)/commands/automation/temprole/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/metadata.json
|
added
|
branches/8.x/docs/app/(docs)/commands/moderation/
|
added
|
branches/8.x/docs/app/(docs)/commands/moderation/ban/
|
added
|
branches/8.x/docs/app/(docs)/commands/moderation/ban/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/moderation/bean/
|
added
|
branches/8.x/docs/app/(docs)/commands/moderation/bean/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/commands/moderation/metadata.json
|
added
|
branches/8.x/docs/app/(docs)/configuration/
|
added
|
branches/8.x/docs/app/(docs)/configuration/guild-config-schema/
|
added
|
branches/8.x/docs/app/(docs)/configuration/guild-config-schema/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/configuration/metadata.json
|
added
|
branches/8.x/docs/app/(docs)/configuration/system-config-schema/
|
added
|
branches/8.x/docs/app/(docs)/configuration/system-config-schema/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/extensions/
|
added
|
branches/8.x/docs/app/(docs)/extensions/extending-sudobot-with-extensions/
|
added
|
branches/8.x/docs/app/(docs)/extensions/extending-sudobot-with-extensions/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/extensions/metadata.json
|
added
|
branches/8.x/docs/app/(docs)/faq/
|
added
|
branches/8.x/docs/app/(docs)/faq/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/features/
|
added
|
branches/8.x/docs/app/(docs)/features/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/features/screenshots/
|
added
|
branches/8.x/docs/app/(docs)/features/screenshots/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/getting-started/
|
added
|
branches/8.x/docs/app/(docs)/getting-started/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/layout.tsx
|
added
|
branches/8.x/docs/app/(docs)/legal/
|
added
|
branches/8.x/docs/app/(docs)/legal/metadata.json
|
added
|
branches/8.x/docs/app/(docs)/legal/privacy/
|
added
|
branches/8.x/docs/app/(docs)/legal/privacy/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/legal/terms/
|
added
|
branches/8.x/docs/app/(docs)/legal/terms/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/legal/why-did-my-server-get-terminated/
|
added
|
branches/8.x/docs/app/(docs)/legal/why-did-my-server-get-terminated/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/metadata.json
|
added
|
branches/8.x/docs/app/(docs)/permission-system/
|
added
|
branches/8.x/docs/app/(docs)/permission-system/page.mdx
|
added
|
branches/8.x/docs/app/(docs)/whats-new-in-v8/
|
added
|
branches/8.x/docs/app/(docs)/whats-new-in-v8/page.mdx
|
added
|
branches/8.x/docs/app/icon.png
|
added
|
branches/8.x/docs/app/layout.tsx
|
added
|
branches/8.x/docs/app/not-found.tsx
|
added
|
branches/8.x/docs/app/page.mdx
|
added
|
branches/8.x/docs/app/providers.tsx
|
added
|
branches/8.x/docs/app/search/
|
added
|
branches/8.x/docs/app/search/route.ts
|
added
|
branches/8.x/docs/app/sitemap.ts
|
added
|
branches/8.x/docs/build.sh
|
added
|
branches/8.x/docs/components/
|
added
|
branches/8.x/docs/components/Alerts/
|
added
|
branches/8.x/docs/components/Alerts/Callout.tsx
|
added
|
branches/8.x/docs/components/Layouts/
|
added
|
branches/8.x/docs/components/Layouts/DocsLayout.tsx
|
added
|
branches/8.x/docs/components/MDX/
|
added
|
branches/8.x/docs/components/MDX/EditButton.tsx
|
added
|
branches/8.x/docs/components/MDX/ImageWithSkeleton.tsx
|
added
|
branches/8.x/docs/components/MDX/Modes.tsx
|
added
|
branches/8.x/docs/components/MDX/PageInfo.tsx
|
added
|
branches/8.x/docs/components/MDX/TableOfContents.tsx
|
added
|
branches/8.x/docs/components/Navbar/
|
added
|
branches/8.x/docs/components/Navbar/DocsLink.tsx
|
added
|
branches/8.x/docs/components/Navbar/Drawer.tsx
|
added
|
branches/8.x/docs/components/Navbar/GitHubStats.tsx
|
added
|
branches/8.x/docs/components/Navbar/Navbar.tsx
|
added
|
branches/8.x/docs/components/Navbar/NavbarClientSide.tsx
|
added
|
branches/8.x/docs/components/Navbar/Sidebar.tsx
|
added
|
branches/8.x/docs/components/Navbar/SidebarItem.tsx
|
added
|
branches/8.x/docs/components/Navigation/
|
added
|
branches/8.x/docs/components/Navigation/Link.tsx
|
added
|
branches/8.x/docs/components/Navigation/Navigator.tsx
|
added
|
branches/8.x/docs/components/Navigation/Progress.tsx
|
added
|
branches/8.x/docs/components/Searching/
|
added
|
branches/8.x/docs/components/Searching/Search.tsx
|
added
|
branches/8.x/docs/components/Searching/SearchModal.tsx
|
added
|
branches/8.x/docs/components/Searching/SearchResult.tsx
|
added
|
branches/8.x/docs/contexts/
|
added
|
branches/8.x/docs/contexts/RouterContext.tsx
|
added
|
branches/8.x/docs/generate-page-index.js
|
added
|
branches/8.x/docs/generate-sitemap.js
|
added
|
branches/8.x/docs/hooks/
|
added
|
branches/8.x/docs/hooks/useActualPathname.tsx
|
added
|
branches/8.x/docs/hooks/useDebouncedState.ts
|
added
|
branches/8.x/docs/hooks/useIsDesktop.ts
|
added
|
branches/8.x/docs/hooks/useIsMobile.ts
|
added
|
branches/8.x/docs/hooks/usePlatform.ts
|
added
|
branches/8.x/docs/hooks/useRouter.tsx
|
added
|
branches/8.x/docs/images/
|
added
|
branches/8.x/docs/images/about-command.png
|
added
|
branches/8.x/docs/images/help-command.png
|
added
|
branches/8.x/docs/images/screenshot.png
|
added
|
branches/8.x/docs/images/sudobot-v8.png
|
added
|
branches/8.x/docs/images/sudobot.png
|
added
|
branches/8.x/docs/mdx-components.tsx
|
added
|
branches/8.x/docs/middleware.ts
|
added
|
branches/8.x/docs/next.config.mjs
|
added
|
branches/8.x/docs/package.json
|
added
|
branches/8.x/docs/postcss.config.js
|
added
|
branches/8.x/docs/public/
|
added
|
branches/8.x/docs/public/sudobot-v8-8.png
|
added
|
branches/8.x/docs/styles/
|
added
|
branches/8.x/docs/styles/Drawer.module.css
|
added
|
branches/8.x/docs/styles/Error.module.css
|
added
|
branches/8.x/docs/styles/GitHubStats.module.css
|
added
|
branches/8.x/docs/styles/ImageWithSkeleton.module.css
|
added
|
branches/8.x/docs/styles/Navbar.module.css
|
added
|
branches/8.x/docs/styles/Navigator.module.css
|
added
|
branches/8.x/docs/styles/Search.module.css
|
added
|
branches/8.x/docs/styles/Sidebar.module.css
|
added
|
branches/8.x/docs/styles/SidebarItem.module.css
|
added
|
branches/8.x/docs/styles/globals.css
|
added
|
branches/8.x/docs/tailwind.config.ts
|
added
|
branches/8.x/docs/tsconfig.json
|
added
|
branches/8.x/docs/utils/
|
added
|
branches/8.x/docs/utils/links.ts
|
added
|
branches/8.x/docs/utils/pages.ts
|
added
|
branches/8.x/docs/utils/theme.ts
|
added
|
branches/8.x/docs/utils/utils.ts
|
added
|
branches/8.x/ecosystem.config.js
|
added
|
branches/8.x/extensions/
|
added
|
branches/8.x/extensions/.extbuilds/
|
added
|
branches/8.x/extensions/.extbuilds/antirickroll/
|
added
|
branches/8.x/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-1.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-2.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-3.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-4.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-5.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-6.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-7.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-8.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-9.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/antirickroll/antirickroll-1.0.0.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/index.json
|
added
|
branches/8.x/extensions/.extbuilds/urlfish/
|
added
|
branches/8.x/extensions/.extbuilds/urlfish/urlfish-1.0.0-1.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/urlfish/urlfish-1.0.0-10.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/urlfish/urlfish-1.0.0-2.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/urlfish/urlfish-1.0.0-3.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/urlfish/urlfish-1.0.0-4.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/urlfish/urlfish-1.0.0-5.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/urlfish/urlfish-1.0.0-6.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/urlfish/urlfish-1.0.0-7.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/urlfish/urlfish-1.0.0-8.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/urlfish/urlfish-1.0.0-9.tar.gz
|
added
|
branches/8.x/extensions/.extbuilds/urlfish/urlfish-1.0.0.tar.gz
|
added
|
branches/8.x/extensions/README.md
|
added
|
branches/8.x/extensions/antirickroll/
|
added
|
branches/8.x/extensions/antirickroll/README.md
|
added
|
branches/8.x/extensions/antirickroll/extension.json
|
added
|
branches/8.x/extensions/antirickroll/icon.png
|
added
|
branches/8.x/extensions/antirickroll/package.json
|
added
|
branches/8.x/extensions/antirickroll/resources/
|
added
|
branches/8.x/extensions/antirickroll/resources/rickrolls.json
|
added
|
branches/8.x/extensions/antirickroll/src/
|
added
|
branches/8.x/extensions/antirickroll/src/events/
|
added
|
branches/8.x/extensions/antirickroll/src/events/message/
|
added
|
branches/8.x/extensions/antirickroll/src/events/message/MessageCreateEvent.ts
|
added
|
branches/8.x/extensions/antirickroll/src/events/message/MessageUpdateEvent.ts
|
added
|
branches/8.x/extensions/antirickroll/src/index.ts
|
added
|
branches/8.x/extensions/antirickroll/src/services/
|
added
|
branches/8.x/extensions/antirickroll/src/services/AntiRickRollService.ts
|
added
|
branches/8.x/extensions/antirickroll/tsconfig.json
|
added
|
branches/8.x/extensions/urlfish/
|
added
|
branches/8.x/extensions/urlfish/LICENSE
|
added
|
branches/8.x/extensions/urlfish/README.md
|
added
|
branches/8.x/extensions/urlfish/extension.json
|
added
|
branches/8.x/extensions/urlfish/package.json
|
added
|
branches/8.x/extensions/urlfish/src/
|
added
|
branches/8.x/extensions/urlfish/src/events/
|
added
|
branches/8.x/extensions/urlfish/src/events/message/
|
added
|
branches/8.x/extensions/urlfish/src/events/message/NormalMessageCreateEventListener.ts
|
added
|
branches/8.x/extensions/urlfish/src/events/message/NormalMessageUpdateEventListener.ts
|
added
|
branches/8.x/extensions/urlfish/src/index.ts
|
added
|
branches/8.x/extensions/urlfish/src/services/
|
added
|
branches/8.x/extensions/urlfish/src/services/URLFishService.ts
|
added
|
branches/8.x/extensions/urlfish/src/types/
|
added
|
branches/8.x/extensions/urlfish/src/types/config.ts
|
added
|
branches/8.x/extensions/urlfish/tsconfig.json
|
added
|
branches/8.x/kubernetes/
|
added
|
branches/8.x/kubernetes/postgres-pv.yml
|
added
|
branches/8.x/kubernetes/postgres-pvc.yml
|
added
|
branches/8.x/kubernetes/postgres-service.yml
|
added
|
branches/8.x/kubernetes/postgres-statefulset.yml
|
added
|
branches/8.x/kubernetes/sudobot-deployment.yml
|
added
|
branches/8.x/kubernetes/sudobot-pv.yml
|
added
|
branches/8.x/kubernetes/sudobot-pvc.yml
|
added
|
branches/8.x/kubernetes/sudobot-secrets.yml
|
added
|
branches/8.x/kubernetes/sudobot-service.yml
|
added
|
branches/8.x/lib/
|
added
|
branches/8.x/lib/.gitignore
|
added
|
branches/8.x/lib/Makefile
|
added
|
branches/8.x/lib/bsd/
|
added
|
branches/8.x/lib/bsd/Makefile
|
added
|
branches/8.x/lib/common/
|
added
|
branches/8.x/lib/common/Makefile
|
added
|
branches/8.x/lib/common/bridge.c
|
added
|
branches/8.x/lib/common/bridge.h
|
added
|
branches/8.x/lib/common/commands/
|
added
|
branches/8.x/lib/common/commands/commands.h
|
added
|
branches/8.x/lib/common/commands/settings/
|
added
|
branches/8.x/lib/common/commands/settings/about.c
|
added
|
branches/8.x/lib/common/commands/settings/about.h
|
added
|
branches/8.x/lib/common/core/
|
added
|
branches/8.x/lib/common/core/command.c
|
added
|
branches/8.x/lib/common/core/command.h
|
added
|
branches/8.x/lib/common/env.c
|
added
|
branches/8.x/lib/common/env.h
|
added
|
branches/8.x/lib/common/events/
|
added
|
branches/8.x/lib/common/events/on_interaction.c
|
added
|
branches/8.x/lib/common/events/on_interaction.h
|
added
|
branches/8.x/lib/common/events/on_message.c
|
added
|
branches/8.x/lib/common/events/on_message.h
|
added
|
branches/8.x/lib/common/events/on_ready.c
|
added
|
branches/8.x/lib/common/events/on_ready.h
|
added
|
branches/8.x/lib/common/flags.c
|
added
|
branches/8.x/lib/common/flags.h
|
added
|
branches/8.x/lib/common/io/
|
added
|
branches/8.x/lib/common/io/io.c
|
added
|
branches/8.x/lib/common/io/io.h
|
added
|
branches/8.x/lib/common/io/log.h
|
added
|
branches/8.x/lib/common/io/printf.c
|
added
|
branches/8.x/lib/common/io/printf.h
|
added
|
branches/8.x/lib/common/main.c
|
added
|
branches/8.x/lib/common/sudobot.c
|
added
|
branches/8.x/lib/common/sudobot.h
|
added
|
branches/8.x/lib/common/utils/
|
added
|
branches/8.x/lib/common/utils/defs.h
|
added
|
branches/8.x/lib/common/utils/strutils.c
|
added
|
branches/8.x/lib/common/utils/strutils.h
|
added
|
branches/8.x/lib/common/utils/utils.c
|
added
|
branches/8.x/lib/common/utils/utils.h
|
added
|
branches/8.x/lib/common/utils/xmalloc.c
|
added
|
branches/8.x/lib/common/utils/xmalloc.h
|
added
|
branches/8.x/lib/linux/
|
added
|
branches/8.x/lib/linux/Makefile
|
added
|
branches/8.x/lib/macos/
|
added
|
branches/8.x/lib/macos/Makefile
|
added
|
branches/8.x/lib/windows/
|
added
|
branches/8.x/lib/windows/Makefile
|
added
|
branches/8.x/package.json
|
added
|
branches/8.x/prisma/
|
added
|
branches/8.x/prisma/schema.prisma
|
added
|
branches/8.x/resources/
|
added
|
branches/8.x/resources/countries.json
|
added
|
branches/8.x/resources/languages.json
|
added
|
branches/8.x/resources/rickrolls.json
|
added
|
branches/8.x/resources/welcome_messages.json
|
added
|
branches/8.x/scripts/
|
added
|
branches/8.x/scripts/add-license-comments.js
|
added
|
branches/8.x/scripts/build-extensions.sh
|
added
|
branches/8.x/scripts/deploy-commands.js
|
added
|
branches/8.x/scripts/extensions.js
|
added
|
branches/8.x/scripts/generate-config-schema.js
|
added
|
branches/8.x/scripts/log-client.js
|
added
|
branches/8.x/scripts/make-command.js
|
added
|
branches/8.x/scripts/make-service.js
|
added
|
branches/8.x/src/
|
added
|
branches/8.x/src/api/
|
added
|
branches/8.x/src/api/Controller.ts
|
added
|
branches/8.x/src/api/Request.ts
|
added
|
branches/8.x/src/api/Response.ts
|
added
|
branches/8.x/src/api/Server.ts
|
added
|
branches/8.x/src/api/controllers/
|
added
|
branches/8.x/src/api/controllers/AnnouncementController.ts
|
added
|
branches/8.x/src/api/controllers/AuthController.ts
|
added
|
branches/8.x/src/api/controllers/ConfigController.ts
|
added
|
branches/8.x/src/api/controllers/ExtensionController.ts
|
added
|
branches/8.x/src/api/controllers/GuildController.ts
|
added
|
branches/8.x/src/api/controllers/MainController.ts
|
added
|
branches/8.x/src/api/controllers/MessageRuleController.ts
|
added
|
branches/8.x/src/api/controllers/ReviewController.ts
|
added
|
branches/8.x/src/api/controllers/UserController.ts
|
added
|
branches/8.x/src/api/controllers/VerificationController.ts
|
added
|
branches/8.x/src/api/middleware/
|
added
|
branches/8.x/src/api/middleware/AdminAccessControl.ts
|
added
|
branches/8.x/src/api/middleware/GuildAccessControl.ts
|
added
|
branches/8.x/src/api/middleware/RequireAuthMiddleware.ts
|
added
|
branches/8.x/src/api/middleware/ValidateMiddleware.ts
|
added
|
branches/8.x/src/automod/
|
added
|
branches/8.x/src/automod/AIAutoModService.ts
|
added
|
branches/8.x/src/automod/Antijoin.ts
|
added
|
branches/8.x/src/automod/Antiraid.ts
|
added
|
branches/8.x/src/automod/Antispam.ts
|
added
|
branches/8.x/src/automod/FileFilterService.ts
|
added
|
branches/8.x/src/automod/MessageFilter.ts
|
added
|
branches/8.x/src/automod/MessageRuleService.ts
|
added
|
branches/8.x/src/automod/ProfileFilter.ts
|
added
|
branches/8.x/src/automod/VerificationService.ts
|
added
|
branches/8.x/src/bun.ts
|
added
|
branches/8.x/src/commands/
|
added
|
branches/8.x/src/commands/.gitignore
|
added
|
branches/8.x/src/commands/automation/
|
added
|
branches/8.x/src/commands/automation/AFKClearCommand.ts
|
added
|
branches/8.x/src/commands/automation/AFKCommand.ts
|
added
|
branches/8.x/src/commands/automation/AFKListCommand.ts
|
added
|
branches/8.x/src/commands/automation/AFKRemoveCommand.ts
|
added
|
branches/8.x/src/commands/automation/AFKsCommand.ts
|
added
|
branches/8.x/src/commands/automation/AntijoinCommand.ts
|
added
|
branches/8.x/src/commands/automation/BallotCommand.ts
|
added
|
branches/8.x/src/commands/automation/BallotCreateCommand.ts
|
added
|
branches/8.x/src/commands/automation/BallotDeleteCommand.ts
|
added
|
branches/8.x/src/commands/automation/BallotViewCommand.ts
|
added
|
branches/8.x/src/commands/automation/BallotVoteListCommand.ts
|
added
|
branches/8.x/src/commands/automation/CreateReactionRoleCommand.ts
|
added
|
branches/8.x/src/commands/automation/ExpireCommand.ts
|
added
|
branches/8.x/src/commands/automation/QueueAddCommand.ts
|
added
|
branches/8.x/src/commands/automation/QueueCancelCommand.ts
|
added
|
branches/8.x/src/commands/automation/QueueCommand.ts
|
added
|
branches/8.x/src/commands/automation/QueueListCommand.ts
|
added
|
branches/8.x/src/commands/automation/QueueShowCommand.ts
|
added
|
branches/8.x/src/commands/automation/RemindCommand.ts
|
added
|
branches/8.x/src/commands/automation/ReminderCommand.ts
|
added
|
branches/8.x/src/commands/automation/ReminderListCommand.ts
|
added
|
branches/8.x/src/commands/automation/ReminderRemoveCommand.ts
|
added
|
branches/8.x/src/commands/automation/ScheduleAndExpireCommand.ts
|
added
|
branches/8.x/src/commands/automation/ScheduleCommand.ts
|
added
|
branches/8.x/src/commands/automation/SurveyCommand.ts
|
added
|
branches/8.x/src/commands/automation/TempRoleCommand.ts
|
added
|
branches/8.x/src/commands/fun/
|
added
|
branches/8.x/src/commands/fun/AICommand.ts
|
added
|
branches/8.x/src/commands/fun/CatCommand.ts
|
added
|
branches/8.x/src/commands/fun/DogCommand.ts
|
added
|
branches/8.x/src/commands/fun/JokeCommand.ts
|
added
|
branches/8.x/src/commands/fun/MixEmojiCommand.ts
|
added
|
branches/8.x/src/commands/fun/PixabayCommand.ts
|
added
|
branches/8.x/src/commands/information/
|
added
|
branches/8.x/src/commands/information/AvatarCommand.ts
|
added
|
branches/8.x/src/commands/information/CrisisCommand.ts
|
added
|
branches/8.x/src/commands/information/EmojiCommand.ts
|
added
|
branches/8.x/src/commands/information/EncourageCommand.ts
|
added
|
branches/8.x/src/commands/information/ProfileCommand.ts
|
added
|
branches/8.x/src/commands/information/StatsCommand.ts
|
added
|
branches/8.x/src/commands/information/UserLookupCommand.ts
|
added
|
branches/8.x/src/commands/moderation/
|
added
|
branches/8.x/src/commands/moderation/BanCommand.ts
|
added
|
branches/8.x/src/commands/moderation/BeanCommand.ts
|
added
|
branches/8.x/src/commands/moderation/ClearCommand.ts
|
added
|
branches/8.x/src/commands/moderation/DMHistoryCommand.ts
|
added
|
branches/8.x/src/commands/moderation/EchoCommand.ts
|
added
|
branches/8.x/src/commands/moderation/EditMessageCommand.ts
|
added
|
branches/8.x/src/commands/moderation/FakeBanCommand.ts
|
added
|
branches/8.x/src/commands/moderation/InfractionClearCommand.ts
|
added
|
branches/8.x/src/commands/moderation/InfractionCommand.ts
|
added
|
branches/8.x/src/commands/moderation/InfractionCreateCommand.ts
|
added
|
branches/8.x/src/commands/moderation/InfractionDeleteCommand.ts
|
added
|
branches/8.x/src/commands/moderation/InfractionEditCommand.ts
|
added
|
branches/8.x/src/commands/moderation/InfractionListCommand.ts
|
added
|
branches/8.x/src/commands/moderation/InfractionViewCommand.ts
|
added
|
branches/8.x/src/commands/moderation/KickCommand.ts
|
added
|
branches/8.x/src/commands/moderation/LockAllCommand.ts
|
added
|
branches/8.x/src/commands/moderation/LockCommand.ts
|
added
|
branches/8.x/src/commands/moderation/MassBanCommand.ts
|
added
|
branches/8.x/src/commands/moderation/MassKickCommand.ts
|
added
|
branches/8.x/src/commands/moderation/ModStatsCommand.ts
|
added
|
branches/8.x/src/commands/moderation/MuteCommand.ts
|
added
|
branches/8.x/src/commands/moderation/NoteCommand.ts
|
added
|
branches/8.x/src/commands/moderation/RemoveAFKCommand.ts
|
added
|
branches/8.x/src/commands/moderation/ReportMessageCommand.ts
|
added
|
branches/8.x/src/commands/moderation/SaveMessageCommand.ts
|
added
|
branches/8.x/src/commands/moderation/SendCommand.ts
|
added
|
branches/8.x/src/commands/moderation/SendHistoryCommand.ts
|
added
|
branches/8.x/src/commands/moderation/SendReplyCommand.ts
|
added
|
branches/8.x/src/commands/moderation/ShotCommand.ts
|
added
|
branches/8.x/src/commands/moderation/SnipeCommand.ts
|
added
|
branches/8.x/src/commands/moderation/SoftBanCommand.ts
|
added
|
branches/8.x/src/commands/moderation/SpamResetCommand.ts
|
added
|
branches/8.x/src/commands/moderation/TempBanCommand.ts
|
added
|
branches/8.x/src/commands/moderation/UnbanCommand.ts
|
added
|
branches/8.x/src/commands/moderation/UnlockAllCommand.ts
|
added
|
branches/8.x/src/commands/moderation/UnlockCommand.ts
|
added
|
branches/8.x/src/commands/moderation/UnmuteCommand.ts
|
added
|
branches/8.x/src/commands/moderation/UserNoteClearCommand.ts
|
added
|
branches/8.x/src/commands/moderation/UserNoteCommand.ts
|
added
|
branches/8.x/src/commands/moderation/UserNoteCreateCommand.ts
|
added
|
branches/8.x/src/commands/moderation/UserNoteDeleteCommand.ts
|
added
|
branches/8.x/src/commands/moderation/UserNoteEditCommand.ts
|
added
|
branches/8.x/src/commands/moderation/UserNoteListCommand.ts
|
added
|
branches/8.x/src/commands/moderation/UserNoteViewCommand.ts
|
added
|
branches/8.x/src/commands/moderation/WarnCommand.ts
|
added
|
branches/8.x/src/commands/moderation/WarningCommand.ts
|
added
|
branches/8.x/src/commands/settings/
|
added
|
branches/8.x/src/commands/settings/AboutCommand.ts
|
added
|
branches/8.x/src/commands/settings/BlockedFileAddCommand.ts
|
added
|
branches/8.x/src/commands/settings/BlockedFileCommand.ts
|
added
|
branches/8.x/src/commands/settings/BlockedMessageCommand.ts
|
added
|
branches/8.x/src/commands/settings/BlockedTokenCommand.ts
|
added
|
branches/8.x/src/commands/settings/BlockedWordCommand.ts
|
added
|
branches/8.x/src/commands/settings/ConfigCommand.ts
|
added
|
branches/8.x/src/commands/settings/EvalCommand.ts
|
added
|
branches/8.x/src/commands/settings/HelpCommand.ts
|
added
|
branches/8.x/src/commands/settings/LogServerCommand.ts
|
added
|
branches/8.x/src/commands/settings/RestartCommand.ts
|
added
|
branches/8.x/src/commands/settings/SystemCommand.ts
|
added
|
branches/8.x/src/commands/settings/UpdateCommand.ts
|
added
|
branches/8.x/src/commands/system/
|
added
|
branches/8.x/src/commands/system/SystemBanCommand.ts
|
added
|
branches/8.x/src/commands/system/SystemUnbanCommand.ts
|
added
|
branches/8.x/src/commands/tools/
|
added
|
branches/8.x/src/commands/tools/CreateBoostRoleCommand.ts
|
added
|
branches/8.x/src/commands/tools/EmbedBuildCommand.ts
|
added
|
branches/8.x/src/commands/tools/EmbedCommand.ts
|
added
|
branches/8.x/src/commands/tools/EmbedSchemaCommand.ts
|
added
|
branches/8.x/src/commands/tools/EmbedSendCommand.ts
|
added
|
branches/8.x/src/commands/tools/ExtractEmojiCommand.ts
|
added
|
branches/8.x/src/commands/tools/SetSlowmodeCommand.ts
|
added
|
branches/8.x/src/commands/tools/SnippetCommand.ts
|
added
|
branches/8.x/src/commands/tools/SnippetCreateCommand.ts
|
added
|
branches/8.x/src/commands/tools/SnippetDeleteCommand.ts
|
added
|
branches/8.x/src/commands/tools/SnippetEditCommand.ts
|
added
|
branches/8.x/src/commands/tools/SnippetListCommand.ts
|
added
|
branches/8.x/src/commands/tools/SnippetPushFileCommand.ts
|
added
|
branches/8.x/src/commands/tools/SnippetRandomizeCommand.ts
|
added
|
branches/8.x/src/commands/tools/SnippetRenameCommand.ts
|
added
|
branches/8.x/src/commands/tools/TranslateCommand.ts
|
added
|
branches/8.x/src/core/
|
added
|
branches/8.x/src/core/Client.ts
|
added
|
branches/8.x/src/core/Command.ts
|
added
|
branches/8.x/src/core/CommandArgumentParser.ts
|
added
|
branches/8.x/src/core/CommandArgumentParserInterface.ts
|
added
|
branches/8.x/src/core/DynamicLoader.ts
|
added
|
branches/8.x/src/core/EventListener.ts
|
added
|
branches/8.x/src/core/Extension.ts
|
added
|
branches/8.x/src/core/Service.ts
|
added
|
branches/8.x/src/core/ServiceManager.ts
|
added
|
branches/8.x/src/decorators/
|
added
|
branches/8.x/src/decorators/Action.ts
|
added
|
branches/8.x/src/decorators/EnableAdminAccessControl.ts
|
added
|
branches/8.x/src/decorators/EnableGuildAccessControl.ts
|
added
|
branches/8.x/src/decorators/GatewayEventListener.ts
|
added
|
branches/8.x/src/decorators/RequireAuth.ts
|
added
|
branches/8.x/src/decorators/SuppressErrors.ts
|
added
|
branches/8.x/src/decorators/Validate.ts
|
added
|
branches/8.x/src/events/
|
added
|
branches/8.x/src/events/GuildAuditLogEntryCreateEvent.ts
|
added
|
branches/8.x/src/events/ReadyEvent.ts
|
added
|
branches/8.x/src/events/VoiceStateUpdateEvent.ts
|
added
|
branches/8.x/src/events/channel/
|
added
|
branches/8.x/src/events/channel/ChannelCreateEvent.ts
|
added
|
branches/8.x/src/events/channel/ChannelDeleteEvent.ts
|
added
|
branches/8.x/src/events/channel/ChannelUpdateEvent.ts
|
added
|
branches/8.x/src/events/guild/
|
added
|
branches/8.x/src/events/guild/GuildCreateEvent.ts
|
added
|
branches/8.x/src/events/guildBan/
|
added
|
branches/8.x/src/events/guildBan/GuildBanRemoveEvent.ts
|
added
|
branches/8.x/src/events/guildMember/
|
added
|
branches/8.x/src/events/guildMember/GuildMemberAddEvent.ts
|
added
|
branches/8.x/src/events/guildMember/GuildMemberRemoveEvent.ts
|
added
|
branches/8.x/src/events/guildMember/GuildMemberUpdateEvent.ts
|
added
|
branches/8.x/src/events/interaction/
|
added
|
branches/8.x/src/events/interaction/InteractionCreateEvent.ts
|
added
|
branches/8.x/src/events/message/
|
added
|
branches/8.x/src/events/message/MessageCreateEvent.ts
|
added
|
branches/8.x/src/events/message/MessageDeleteBulkEvent.ts
|
added
|
branches/8.x/src/events/message/MessageDeleteEvent.ts
|
added
|
branches/8.x/src/events/message/MessageUpdateEvent.ts
|
added
|
branches/8.x/src/events/role/
|
added
|
branches/8.x/src/events/role/RoleCreateEvent.ts
|
added
|
branches/8.x/src/events/role/RoleDeleteEvent.ts
|
added
|
branches/8.x/src/events/role/RoleUpdateEvent.ts
|
added
|
branches/8.x/src/index.ts
|
added
|
branches/8.x/src/polyfills/
|
added
|
branches/8.x/src/polyfills/FileSystem.ts
|
added
|
branches/8.x/src/queues/
|
added
|
branches/8.x/src/queues/BumpReminderQueue.ts
|
added
|
branches/8.x/src/queues/ChannelDeleteQueue.ts
|
added
|
branches/8.x/src/queues/CommandQueue.ts
|
added
|
branches/8.x/src/queues/ExpireMessageQueue.ts
|
added
|
branches/8.x/src/queues/ReminderQueue.ts
|
added
|
branches/8.x/src/queues/ScheduleAndExpireMessageQueue.ts
|
added
|
branches/8.x/src/queues/ScheduleMessageQueue.ts
|
added
|
branches/8.x/src/queues/TempRoleAddQueue.ts
|
added
|
branches/8.x/src/queues/TempRoleRemoveQueue.ts
|
added
|
branches/8.x/src/queues/UnbanQueue.ts
|
added
|
branches/8.x/src/queues/UnmuteQueue.ts
|
added
|
branches/8.x/src/security/
|
added
|
branches/8.x/src/security/AbstractPermissionManager.ts
|
added
|
branches/8.x/src/security/DiscordBasedPermissionManager.ts
|
added
|
branches/8.x/src/security/LayerBasedPermissionManager.ts
|
added
|
branches/8.x/src/security/LevelBasedPermissionManager.ts
|
added
|
branches/8.x/src/security/TOTP.ts
|
added
|
branches/8.x/src/services/
|
added
|
branches/8.x/src/services/AFKService.ts
|
added
|
branches/8.x/src/services/AutoRoleService.ts
|
added
|
branches/8.x/src/services/BallotManager.ts
|
added
|
branches/8.x/src/services/BumpReminderService.ts
|
added
|
branches/8.x/src/services/ChannelLockManager.ts
|
added
|
branches/8.x/src/services/CommandManager.ts
|
added
|
branches/8.x/src/services/CommandPermissionOverwriteManager.ts
|
added
|
branches/8.x/src/services/ConfigManager.ts
|
added
|
branches/8.x/src/services/CooldownService.ts
|
added
|
branches/8.x/src/services/ExtensionService.ts
|
added
|
branches/8.x/src/services/ImageRecognitionService.ts
|
added
|
branches/8.x/src/services/InfractionManager.ts
|
added
|
branches/8.x/src/services/InviteTrackerService.ts
|
added
|
branches/8.x/src/services/KeypressHandlerService.ts
|
added
|
branches/8.x/src/services/LogServer.ts
|
added
|
branches/8.x/src/services/LoggerService.ts
|
added
|
branches/8.x/src/services/MetadataService.ts
|
added
|
branches/8.x/src/services/PermissionManager.ts
|
added
|
branches/8.x/src/services/QueueManager.ts
|
added
|
branches/8.x/src/services/QuickMuteService.ts
|
added
|
branches/8.x/src/services/ReactionRoleService.ts
|
added
|
branches/8.x/src/services/ReportService.ts
|
added
|
branches/8.x/src/services/SnippetManager.ts
|
added
|
branches/8.x/src/services/StartupManager.ts
|
added
|
branches/8.x/src/services/StatsService.ts
|
added
|
branches/8.x/src/services/SurveyService.ts
|
added
|
branches/8.x/src/services/TranslationService.ts
|
added
|
branches/8.x/src/services/TriggerService.ts
|
added
|
branches/8.x/src/services/WelcomerService.ts
|
added
|
branches/8.x/src/types/
|
added
|
branches/8.x/src/types/ClientEvents.ts
|
added
|
branches/8.x/src/types/CommandEventHandle.ts
|
added
|
branches/8.x/src/types/ExtensionInfo.ts
|
added
|
branches/8.x/src/types/GuildConfigSchema.ts
|
added
|
branches/8.x/src/types/HasEventListeners.ts
|
added
|
branches/8.x/src/types/MessageRuleSchema.ts
|
added
|
branches/8.x/src/types/NotUndefined.ts
|
added
|
branches/8.x/src/types/RouteMetadata.ts
|
added
|
branches/8.x/src/types/SnowflakeSchema.ts
|
added
|
branches/8.x/src/types/SystemConfigSchema.ts
|
added
|
branches/8.x/src/types/TriggerSchema.ts
|
added
|
branches/8.x/src/types/Utils.ts
|
added
|
branches/8.x/src/types/env.d.ts
|
added
|
branches/8.x/src/types/globals.d.ts
|
added
|
branches/8.x/src/utils/
|
added
|
branches/8.x/src/utils/EmbedSchemaParser.ts
|
added
|
branches/8.x/src/utils/Logger.ts
|
added
|
branches/8.x/src/utils/Pagination.ts
|
added
|
branches/8.x/src/utils/PermissionLevels.ts
|
added
|
branches/8.x/src/utils/Queue.ts
|
added
|
branches/8.x/src/utils/QueueEntry.ts
|
added
|
branches/8.x/src/utils/cache.ts
|
added
|
branches/8.x/src/utils/datetime.ts
|
added
|
branches/8.x/src/utils/download.ts
|
added
|
branches/8.x/src/utils/embed.ts
|
added
|
branches/8.x/src/utils/fetch.ts
|
added
|
branches/8.x/src/utils/links.ts
|
added
|
branches/8.x/src/utils/objects.ts
|
added
|
branches/8.x/src/utils/troll.ts
|
added
|
branches/8.x/src/utils/user.ts
|
added
|
branches/8.x/src/utils/userflags.ts
|
added
|
branches/8.x/src/utils/utils.ts
|
added
|
branches/8.x/tests/
|
added
|
branches/8.x/tests/mocks/
|
added
|
branches/8.x/tests/mocks/client.mock.ts
|
added
|
branches/8.x/tests/mocks/guild.mock.ts
|
added
|
branches/8.x/tests/mocks/message.mock.ts
|
added
|
branches/8.x/tests/mocks/snowflakes.ts
|
added
|
branches/8.x/tests/utils/
|
added
|
branches/8.x/tests/utils/cache.test.ts
|
added
|
branches/8.x/tests/utils/datetime.test.ts
|
added
|
branches/8.x/tests/utils/download.test.ts
|
added
|
branches/8.x/tests/utils/embed.test.ts
|
added
|
branches/8.x/tests/utils/troll.test.ts
|
added
|
branches/8.x/tsconfig.json
|
added
|
branches/8.x/vitest.config.mjs
|
added
|
branches/9.x-dev/
|
added
|
branches/9.x-dev/.clang-format
|
added
|
branches/9.x-dev/.commitlintrc.json
|
added
|
branches/9.x-dev/.dockerignore
|
added
|
branches/9.x-dev/.editorconfig
|
added
|
branches/9.x-dev/.github/
|
added
|
branches/9.x-dev/.github/FUNDING.yml
|
added
|
branches/9.x-dev/.github/ISSUE_TEMPLATE/
|
added
|
branches/9.x-dev/.github/ISSUE_TEMPLATE/bug_report.md
|
added
|
branches/9.x-dev/.github/ISSUE_TEMPLATE/docs_issue.md
|
added
|
branches/9.x-dev/.github/ISSUE_TEMPLATE/feature_request.md
|
added
|
branches/9.x-dev/.github/PULL_REQUEST_TEMPLATE.md
|
added
|
branches/9.x-dev/.github/codeql/
|
added
|
branches/9.x-dev/.github/codeql/config.yml
|
added
|
branches/9.x-dev/.github/labeler.yml
|
added
|
branches/9.x-dev/.github/workflows/
|
added
|
branches/9.x-dev/.github/workflows/build.yml
|
added
|
branches/9.x-dev/.github/workflows/codeql.yml
|
added
|
branches/9.x-dev/.github/workflows/docker.yml
|
added
|
branches/9.x-dev/.github/workflows/extensions.yml
|
added
|
branches/9.x-dev/.github/workflows/labeler.yml
|
added
|
branches/9.x-dev/.github/workflows/release.yml
|
added
|
branches/9.x-dev/.gitignore
|
added
|
branches/9.x-dev/.gitpod.yml
|
added
|
branches/9.x-dev/.husky/
|
added
|
branches/9.x-dev/.husky/commit-msg
|
added
|
branches/9.x-dev/.prettierrc
|
added
|
branches/9.x-dev/.run/
|
added
|
branches/9.x-dev/.run/all_tests.run.xml
|
added
|
branches/9.x-dev/.run/build.run.xml
|
added
|
branches/9.x-dev/.vscode/
|
added
|
branches/9.x-dev/.vscode/c_cpp_properties.json
|
added
|
branches/9.x-dev/.vscode/launch.json
|
added
|
branches/9.x-dev/.vscode/settings.json
|
added
|
branches/9.x-dev/.vscode/sudobot.code-snippets
|
added
|
branches/9.x-dev/CHANGELOG.md
|
added
|
branches/9.x-dev/CODE_OF_CONDUCT.md
|
added
|
branches/9.x-dev/CONTRIBUTING.md
|
added
|
branches/9.x-dev/Dockerfile
|
added
|
branches/9.x-dev/LICENSE
|
added
|
branches/9.x-dev/Makefile
|
added
|
branches/9.x-dev/README.md
|
added
|
branches/9.x-dev/SECURITY.md
|
added
|
branches/9.x-dev/TODO.md
|
added
|
branches/9.x-dev/blaze/
|
added
|
branches/9.x-dev/blaze/wrapper/
|
added
|
branches/9.x-dev/blaze/wrapper/blaze_wrapper.mjs
|
added
|
branches/9.x-dev/blaze/wrapper/blaze_wrapper.properties
|
added
|
branches/9.x-dev/blaze/wrapper/tsconfig.json
|
added
|
branches/9.x-dev/blazebuild/
|
added
|
branches/9.x-dev/blazebuild/.gitignore
|
added
|
branches/9.x-dev/blazebuild/README.md
|
added
|
branches/9.x-dev/blazebuild/package.json
|
added
|
branches/9.x-dev/blazebuild/src/
|
added
|
branches/9.x-dev/blazebuild/src/main/
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/cache/
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/cache/CacheManager.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/cli.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/core/
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/core/Blaze.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/core/Manager.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/errors/
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/errors/BlazeError.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/errors/MissingBuildScriptError.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/errors/TaskNotFoundError.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/framework/
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/framework/tasks/
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/framework/tasks/BuildTask.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/framework/tasks/GraphTask.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/framework/tasks/TasksTask.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/index.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/io/
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/io/File.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/io/FileAlreadyExistsError.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/io/FileIOError.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/io/FileNotFoundError.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/io/FileWriter.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/io/IO.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/io/Progress.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/plugins/
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/plugins/BlazePlugin.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/project/
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/project/ProjectManager.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/script/
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/script/BuildScriptManager.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/tasks/
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/tasks/AbstractTask.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/tasks/ActionlessTask.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/tasks/Task.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/tasks/TaskAction.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/tasks/TaskDependencyGenerator.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/tasks/TaskGraph.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/tasks/TaskInputGenerator.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/tasks/TaskManager.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/tasks/TaskOutputGenerator.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/types/
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/types/build.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/types/file.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/types/project.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/types/task.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/types/utils.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/utils/
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/utils/collection.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/utils/glob.ts
|
added
|
branches/9.x-dev/blazebuild/src/main/typescript/utils/runtime.ts
|
added
|
branches/9.x-dev/blazebuild/tsconfig.json
|
added
|
branches/9.x-dev/blazew
|
added
|
branches/9.x-dev/build.blaze.ts
|
added
|
branches/9.x-dev/build_src/
|
added
|
branches/9.x-dev/build_src/package.json
|
added
|
branches/9.x-dev/build_src/src/
|
added
|
branches/9.x-dev/build_src/src/main/
|
added
|
branches/9.x-dev/build_src/src/main/resources/
|
added
|
branches/9.x-dev/build_src/src/main/resources/.gitignore
|
added
|
branches/9.x-dev/build_src/src/main/typescript/
|
added
|
branches/9.x-dev/build_src/src/main/typescript/BuildPlugin.ts
|
added
|
branches/9.x-dev/build_src/src/main/typescript/tasks/
|
added
|
branches/9.x-dev/build_src/src/main/typescript/tasks/CleanTask.ts
|
added
|
branches/9.x-dev/build_src/src/main/typescript/tasks/CompileTask.ts
|
added
|
branches/9.x-dev/build_src/src/main/typescript/tasks/CompileTypeScriptTask.ts
|
added
|
branches/9.x-dev/build_src/src/main/typescript/tasks/CopyResourcesTask.ts
|
added
|
branches/9.x-dev/build_src/src/main/typescript/tasks/DependenciesTask.ts
|
added
|
branches/9.x-dev/build_src/src/main/typescript/tasks/LintTask.ts
|
added
|
branches/9.x-dev/build_src/src/main/typescript/tasks/ProcessCoverageReportsTask.ts
|
added
|
branches/9.x-dev/build_src/src/main/typescript/tasks/RunTask.ts
|
added
|
branches/9.x-dev/build_src/src/main/typescript/tasks/TestTask.ts
|
added
|
branches/9.x-dev/build_src/tsconfig.json
|
added
|
branches/9.x-dev/config/
|
added
|
branches/9.x-dev/config/.gitignore
|
added
|
branches/9.x-dev/config/config.json
|
added
|
branches/9.x-dev/config/schema/
|
added
|
branches/9.x-dev/config/schema/config.json
|
added
|
branches/9.x-dev/config/schema/system.json
|
added
|
branches/9.x-dev/config/system.json
|
added
|
branches/9.x-dev/docker-compose.yml
|
added
|
branches/9.x-dev/docs/
|
added
|
branches/9.x-dev/docs/.eslintrc.json
|
added
|
branches/9.x-dev/docs/.gitignore
|
added
|
branches/9.x-dev/docs/.prettierrc
|
added
|
branches/9.x-dev/docs/actions/
|
added
|
branches/9.x-dev/docs/actions/pageinfo.ts
|
added
|
branches/9.x-dev/docs/app/
|
added
|
branches/9.x-dev/docs/app/(docs)/
|
added
|
branches/9.x-dev/docs/app/(docs)/about/
|
added
|
branches/9.x-dev/docs/app/(docs)/about/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/automoderation/
|
added
|
branches/9.x-dev/docs/app/(docs)/automoderation/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/afk/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/afk/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/antijoin/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/antijoin/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/ballot/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/ballot/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/createreactionrole/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/createreactionrole/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/expire/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/expire/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/gafk/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/gafk/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/metadata.json
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/queue/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/queue/add/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/queue/add/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/queue/cancel/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/queue/cancel/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/queue/list/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/queue/list/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/queue/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/queue/show/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/queue/show/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/remind/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/remind/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/schedule/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/schedule/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/scheduleandexpire/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/scheduleandexpire/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/temprole/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/automation/temprole/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/metadata.json
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/moderation/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/moderation/ban/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/moderation/ban/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/moderation/bean/
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/moderation/bean/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/commands/moderation/metadata.json
|
added
|
branches/9.x-dev/docs/app/(docs)/configuration/
|
added
|
branches/9.x-dev/docs/app/(docs)/configuration/guild-config-schema/
|
added
|
branches/9.x-dev/docs/app/(docs)/configuration/guild-config-schema/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/configuration/metadata.json
|
added
|
branches/9.x-dev/docs/app/(docs)/configuration/system-config-schema/
|
added
|
branches/9.x-dev/docs/app/(docs)/configuration/system-config-schema/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/extensions/
|
added
|
branches/9.x-dev/docs/app/(docs)/extensions/extending-sudobot-with-extensions/
|
added
|
branches/9.x-dev/docs/app/(docs)/extensions/extending-sudobot-with-extensions/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/extensions/metadata.json
|
added
|
branches/9.x-dev/docs/app/(docs)/faq/
|
added
|
branches/9.x-dev/docs/app/(docs)/faq/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/features/
|
added
|
branches/9.x-dev/docs/app/(docs)/features/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/features/screenshots/
|
added
|
branches/9.x-dev/docs/app/(docs)/features/screenshots/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/getting-started/
|
added
|
branches/9.x-dev/docs/app/(docs)/getting-started/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/layout.tsx
|
added
|
branches/9.x-dev/docs/app/(docs)/legal/
|
added
|
branches/9.x-dev/docs/app/(docs)/legal/metadata.json
|
added
|
branches/9.x-dev/docs/app/(docs)/legal/privacy/
|
added
|
branches/9.x-dev/docs/app/(docs)/legal/privacy/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/legal/terms/
|
added
|
branches/9.x-dev/docs/app/(docs)/legal/terms/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/legal/why-did-my-server-get-terminated/
|
added
|
branches/9.x-dev/docs/app/(docs)/legal/why-did-my-server-get-terminated/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/metadata.json
|
added
|
branches/9.x-dev/docs/app/(docs)/permission-system/
|
added
|
branches/9.x-dev/docs/app/(docs)/permission-system/page.mdx
|
added
|
branches/9.x-dev/docs/app/(docs)/whats-new-in-v8/
|
added
|
branches/9.x-dev/docs/app/(docs)/whats-new-in-v8/page.mdx
|
added
|
branches/9.x-dev/docs/app/icon.png
|
added
|
branches/9.x-dev/docs/app/layout.tsx
|
added
|
branches/9.x-dev/docs/app/not-found.tsx
|
added
|
branches/9.x-dev/docs/app/page.mdx
|
added
|
branches/9.x-dev/docs/app/providers.tsx
|
added
|
branches/9.x-dev/docs/app/search/
|
added
|
branches/9.x-dev/docs/app/search/route.ts
|
added
|
branches/9.x-dev/docs/app/sitemap.ts
|
added
|
branches/9.x-dev/docs/build.sh
|
added
|
branches/9.x-dev/docs/components/
|
added
|
branches/9.x-dev/docs/components/Alerts/
|
added
|
branches/9.x-dev/docs/components/Alerts/Callout.tsx
|
added
|
branches/9.x-dev/docs/components/Layouts/
|
added
|
branches/9.x-dev/docs/components/Layouts/DocsLayout.tsx
|
added
|
branches/9.x-dev/docs/components/MDX/
|
added
|
branches/9.x-dev/docs/components/MDX/EditButton.tsx
|
added
|
branches/9.x-dev/docs/components/MDX/ImageWithSkeleton.tsx
|
added
|
branches/9.x-dev/docs/components/MDX/Modes.tsx
|
added
|
branches/9.x-dev/docs/components/MDX/PageInfo.tsx
|
added
|
branches/9.x-dev/docs/components/MDX/TableOfContents.tsx
|
added
|
branches/9.x-dev/docs/components/Navbar/
|
added
|
branches/9.x-dev/docs/components/Navbar/DocsLink.tsx
|
added
|
branches/9.x-dev/docs/components/Navbar/Drawer.tsx
|
added
|
branches/9.x-dev/docs/components/Navbar/GitHubStats.tsx
|
added
|
branches/9.x-dev/docs/components/Navbar/Navbar.tsx
|
added
|
branches/9.x-dev/docs/components/Navbar/NavbarClientSide.tsx
|
added
|
branches/9.x-dev/docs/components/Navbar/Sidebar.tsx
|
added
|
branches/9.x-dev/docs/components/Navbar/SidebarItem.tsx
|
added
|
branches/9.x-dev/docs/components/Navigation/
|
added
|
branches/9.x-dev/docs/components/Navigation/Link.tsx
|
added
|
branches/9.x-dev/docs/components/Navigation/Navigator.tsx
|
added
|
branches/9.x-dev/docs/components/Navigation/Progress.tsx
|
added
|
branches/9.x-dev/docs/components/Searching/
|
added
|
branches/9.x-dev/docs/components/Searching/Search.tsx
|
added
|
branches/9.x-dev/docs/components/Searching/SearchModal.tsx
|
added
|
branches/9.x-dev/docs/components/Searching/SearchResult.tsx
|
added
|
branches/9.x-dev/docs/contexts/
|
added
|
branches/9.x-dev/docs/contexts/RouterContext.tsx
|
added
|
branches/9.x-dev/docs/generate-page-index.js
|
added
|
branches/9.x-dev/docs/generate-sitemap.js
|
added
|
branches/9.x-dev/docs/hooks/
|
added
|
branches/9.x-dev/docs/hooks/useActualPathname.tsx
|
added
|
branches/9.x-dev/docs/hooks/useDebouncedState.ts
|
added
|
branches/9.x-dev/docs/hooks/useIsDesktop.ts
|
added
|
branches/9.x-dev/docs/hooks/useIsMobile.ts
|
added
|
branches/9.x-dev/docs/hooks/usePlatform.ts
|
added
|
branches/9.x-dev/docs/hooks/useRouter.tsx
|
added
|
branches/9.x-dev/docs/images/
|
added
|
branches/9.x-dev/docs/images/about-command.png
|
added
|
branches/9.x-dev/docs/images/help-command.png
|
added
|
branches/9.x-dev/docs/images/screenshot.png
|
added
|
branches/9.x-dev/docs/images/sudobot-v8.png
|
added
|
branches/9.x-dev/docs/images/sudobot.png
|
added
|
branches/9.x-dev/docs/mdx-components.tsx
|
added
|
branches/9.x-dev/docs/middleware.ts
|
added
|
branches/9.x-dev/docs/next.config.mjs
|
added
|
branches/9.x-dev/docs/package.json
|
added
|
branches/9.x-dev/docs/postcss.config.js
|
added
|
branches/9.x-dev/docs/public/
|
added
|
branches/9.x-dev/docs/public/sudobot-v8-8.png
|
added
|
branches/9.x-dev/docs/styles/
|
added
|
branches/9.x-dev/docs/styles/Drawer.module.css
|
added
|
branches/9.x-dev/docs/styles/Error.module.css
|
added
|
branches/9.x-dev/docs/styles/GitHubStats.module.css
|
added
|
branches/9.x-dev/docs/styles/ImageWithSkeleton.module.css
|
added
|
branches/9.x-dev/docs/styles/Navbar.module.css
|
added
|
branches/9.x-dev/docs/styles/Navigator.module.css
|
added
|
branches/9.x-dev/docs/styles/Search.module.css
|
added
|
branches/9.x-dev/docs/styles/Sidebar.module.css
|
added
|
branches/9.x-dev/docs/styles/SidebarItem.module.css
|
added
|
branches/9.x-dev/docs/styles/globals.css
|
added
|
branches/9.x-dev/docs/tailwind.config.ts
|
added
|
branches/9.x-dev/docs/tsconfig.json
|
added
|
branches/9.x-dev/docs/utils/
|
added
|
branches/9.x-dev/docs/utils/links.ts
|
added
|
branches/9.x-dev/docs/utils/pages.ts
|
added
|
branches/9.x-dev/docs/utils/theme.ts
|
added
|
branches/9.x-dev/docs/utils/utils.ts
|
added
|
branches/9.x-dev/ecosystem.config.js
|
added
|
branches/9.x-dev/eslint.config.mjs
|
added
|
branches/9.x-dev/extensions/
|
added
|
branches/9.x-dev/extensions/.extbuilds/
|
added
|
branches/9.x-dev/extensions/.extbuilds/antirickroll/
|
added
|
branches/9.x-dev/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-1.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-10.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-11.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-2.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-3.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-4.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-5.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-6.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-7.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-8.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/antirickroll/antirickroll-1.0.0-9.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/antirickroll/antirickroll-1.0.0.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/index.json
|
added
|
branches/9.x-dev/extensions/.extbuilds/neko/
|
added
|
branches/9.x-dev/extensions/.extbuilds/neko/neko-1.0.0-1.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/neko/neko-1.0.0.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/urlfish/
|
added
|
branches/9.x-dev/extensions/.extbuilds/urlfish/urlfish-1.0.0-1.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/urlfish/urlfish-1.0.0-10.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/urlfish/urlfish-1.0.0-11.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/urlfish/urlfish-1.0.0-12.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/urlfish/urlfish-1.0.0-13.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/urlfish/urlfish-1.0.0-2.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/urlfish/urlfish-1.0.0-3.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/urlfish/urlfish-1.0.0-4.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/urlfish/urlfish-1.0.0-5.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/urlfish/urlfish-1.0.0-6.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/urlfish/urlfish-1.0.0-7.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/urlfish/urlfish-1.0.0-8.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/urlfish/urlfish-1.0.0-9.tar.gz
|
added
|
branches/9.x-dev/extensions/.extbuilds/urlfish/urlfish-1.0.0.tar.gz
|
added
|
branches/9.x-dev/extensions/README.md
|
added
|
branches/9.x-dev/extensions/antirickroll/
|
added
|
branches/9.x-dev/extensions/antirickroll/README.md
|
added
|
branches/9.x-dev/extensions/antirickroll/extension.json
|
added
|
branches/9.x-dev/extensions/antirickroll/icon.png
|
added
|
branches/9.x-dev/extensions/antirickroll/package.json
|
added
|
branches/9.x-dev/extensions/antirickroll/resources/
|
added
|
branches/9.x-dev/extensions/antirickroll/resources/rickrolls.json
|
added
|
branches/9.x-dev/extensions/antirickroll/src/
|
added
|
branches/9.x-dev/extensions/antirickroll/src/events/
|
added
|
branches/9.x-dev/extensions/antirickroll/src/events/message/
|
added
|
branches/9.x-dev/extensions/antirickroll/src/events/message/MessageCreateEvent.ts
|
added
|
branches/9.x-dev/extensions/antirickroll/src/events/message/MessageUpdateEvent.ts
|
added
|
branches/9.x-dev/extensions/antirickroll/src/index.ts
|
added
|
branches/9.x-dev/extensions/antirickroll/src/services/
|
added
|
branches/9.x-dev/extensions/antirickroll/src/services/AntiRickRollService.ts
|
added
|
branches/9.x-dev/extensions/antirickroll/tsconfig.json
|
added
|
branches/9.x-dev/extensions/neko/
|
added
|
branches/9.x-dev/extensions/neko/README.md
|
added
|
branches/9.x-dev/extensions/neko/extension.json
|
added
|
branches/9.x-dev/extensions/neko/icon.png
|
added
|
branches/9.x-dev/extensions/neko/package.json
|
added
|
branches/9.x-dev/extensions/neko/src/
|
added
|
branches/9.x-dev/extensions/neko/src/commands/
|
added
|
branches/9.x-dev/extensions/neko/src/commands/AnimeCommand.ts
|
added
|
branches/9.x-dev/extensions/neko/src/commands/NekoCommand.ts
|
added
|
branches/9.x-dev/extensions/neko/src/index.ts
|
added
|
branches/9.x-dev/extensions/neko/tsconfig.json
|
added
|
branches/9.x-dev/extensions/urlfish/
|
added
|
branches/9.x-dev/extensions/urlfish/LICENSE
|
added
|
branches/9.x-dev/extensions/urlfish/README.md
|
added
|
branches/9.x-dev/extensions/urlfish/extension.json
|
added
|
branches/9.x-dev/extensions/urlfish/package.json
|
added
|
branches/9.x-dev/extensions/urlfish/src/
|
added
|
branches/9.x-dev/extensions/urlfish/src/events/
|
added
|
branches/9.x-dev/extensions/urlfish/src/events/message/
|
added
|
branches/9.x-dev/extensions/urlfish/src/events/message/NormalMessageCreateEventListener.ts
|
added
|
branches/9.x-dev/extensions/urlfish/src/events/message/NormalMessageUpdateEventListener.ts
|
added
|
branches/9.x-dev/extensions/urlfish/src/index.ts
|
added
|
branches/9.x-dev/extensions/urlfish/src/services/
|
added
|
branches/9.x-dev/extensions/urlfish/src/services/URLFishService.ts
|
added
|
branches/9.x-dev/extensions/urlfish/src/types/
|
added
|
branches/9.x-dev/extensions/urlfish/src/types/config.ts
|
added
|
branches/9.x-dev/extensions/urlfish/tsconfig.json
|
added
|
branches/9.x-dev/kubernetes/
|
added
|
branches/9.x-dev/kubernetes/postgres-pv.yml
|
added
|
branches/9.x-dev/kubernetes/postgres-pvc.yml
|
added
|
branches/9.x-dev/kubernetes/postgres-service.yml
|
added
|
branches/9.x-dev/kubernetes/postgres-statefulset.yml
|
added
|
branches/9.x-dev/kubernetes/sudobot-deployment.yml
|
added
|
branches/9.x-dev/kubernetes/sudobot-pv.yml
|
added
|
branches/9.x-dev/kubernetes/sudobot-pvc.yml
|
added
|
branches/9.x-dev/kubernetes/sudobot-secrets.yml
|
added
|
branches/9.x-dev/kubernetes/sudobot-service.yml
|
added
|
branches/9.x-dev/lib/
|
added
|
branches/9.x-dev/lib/.gitignore
|
added
|
branches/9.x-dev/lib/Makefile
|
added
|
branches/9.x-dev/lib/bsd/
|
added
|
branches/9.x-dev/lib/bsd/Makefile
|
added
|
branches/9.x-dev/lib/common/
|
added
|
branches/9.x-dev/lib/common/Makefile
|
added
|
branches/9.x-dev/lib/common/bridge.c
|
added
|
branches/9.x-dev/lib/common/bridge.h
|
added
|
branches/9.x-dev/lib/common/commands/
|
added
|
branches/9.x-dev/lib/common/commands/commands.h
|
added
|
branches/9.x-dev/lib/common/commands/settings/
|
added
|
branches/9.x-dev/lib/common/commands/settings/about.c
|
added
|
branches/9.x-dev/lib/common/commands/settings/about.h
|
added
|
branches/9.x-dev/lib/common/core/
|
added
|
branches/9.x-dev/lib/common/core/command.c
|
added
|
branches/9.x-dev/lib/common/core/command.h
|
added
|
branches/9.x-dev/lib/common/env.c
|
added
|
branches/9.x-dev/lib/common/env.h
|
added
|
branches/9.x-dev/lib/common/events/
|
added
|
branches/9.x-dev/lib/common/events/on_interaction.c
|
added
|
branches/9.x-dev/lib/common/events/on_interaction.h
|
added
|
branches/9.x-dev/lib/common/events/on_message.c
|
added
|
branches/9.x-dev/lib/common/events/on_message.h
|
added
|
branches/9.x-dev/lib/common/events/on_ready.c
|
added
|
branches/9.x-dev/lib/common/events/on_ready.h
|
added
|
branches/9.x-dev/lib/common/flags.c
|
added
|
branches/9.x-dev/lib/common/flags.h
|
added
|
branches/9.x-dev/lib/common/io/
|
added
|
branches/9.x-dev/lib/common/io/io.c
|
added
|
branches/9.x-dev/lib/common/io/io.h
|
added
|
branches/9.x-dev/lib/common/io/log.h
|
added
|
branches/9.x-dev/lib/common/io/printf.c
|
added
|
branches/9.x-dev/lib/common/io/printf.h
|
added
|
branches/9.x-dev/lib/common/main.c
|
added
|
branches/9.x-dev/lib/common/sudobot.c
|
added
|
branches/9.x-dev/lib/common/sudobot.h
|
added
|
branches/9.x-dev/lib/common/utils/
|
added
|
branches/9.x-dev/lib/common/utils/defs.h
|
added
|
branches/9.x-dev/lib/common/utils/strutils.c
|
added
|
branches/9.x-dev/lib/common/utils/strutils.h
|
added
|
branches/9.x-dev/lib/common/utils/utils.c
|
added
|
branches/9.x-dev/lib/common/utils/utils.h
|
added
|
branches/9.x-dev/lib/common/utils/xmalloc.c
|
added
|
branches/9.x-dev/lib/common/utils/xmalloc.h
|
added
|
branches/9.x-dev/lib/linux/
|
added
|
branches/9.x-dev/lib/linux/Makefile
|
added
|
branches/9.x-dev/lib/macos/
|
added
|
branches/9.x-dev/lib/macos/Makefile
|
added
|
branches/9.x-dev/lib/windows/
|
added
|
branches/9.x-dev/lib/windows/Makefile
|
added
|
branches/9.x-dev/package.json
|
added
|
branches/9.x-dev/prisma/
|
added
|
branches/9.x-dev/prisma/schema.prisma
|
added
|
branches/9.x-dev/resources/
|
added
|
branches/9.x-dev/resources/countries.json
|
added
|
branches/9.x-dev/resources/languages.json
|
added
|
branches/9.x-dev/resources/rickrolls.json
|
added
|
branches/9.x-dev/resources/welcome_messages.json
|
added
|
branches/9.x-dev/scripts/
|
added
|
branches/9.x-dev/scripts/add-license-comments.js
|
added
|
branches/9.x-dev/scripts/build-extensions.sh
|
added
|
branches/9.x-dev/scripts/deploy-commands.js
|
added
|
branches/9.x-dev/scripts/extensions.js
|
added
|
branches/9.x-dev/scripts/generate-config-schema.js
|
added
|
branches/9.x-dev/scripts/log-client.js
|
added
|
branches/9.x-dev/scripts/make-command.js
|
added
|
branches/9.x-dev/scripts/make-service.js
|
added
|
branches/9.x-dev/src/
|
added
|
branches/9.x-dev/src/framework/
|
added
|
branches/9.x-dev/src/framework/resources/
|
added
|
branches/9.x-dev/src/framework/resources/.gitignore
|
added
|
branches/9.x-dev/src/framework/typescript/
|
added
|
branches/9.x-dev/src/framework/typescript/api/
|
added
|
branches/9.x-dev/src/framework/typescript/api/APIServer.ts
|
added
|
branches/9.x-dev/src/framework/typescript/api/RouteMetadata.ts
|
added
|
branches/9.x-dev/src/framework/typescript/api/decorators/
|
added
|
branches/9.x-dev/src/framework/typescript/api/decorators/Action.ts
|
added
|
branches/9.x-dev/src/framework/typescript/api/decorators/EnableAdminAccessControl.ts
|
added
|
branches/9.x-dev/src/framework/typescript/api/decorators/EnableGuildAccessControl.ts
|
added
|
branches/9.x-dev/src/framework/typescript/api/decorators/GatewayEventListener.ts
|
added
|
branches/9.x-dev/src/framework/typescript/api/decorators/RequireAuth.ts
|
added
|
branches/9.x-dev/src/framework/typescript/api/decorators/SuppressErrors.ts
|
added
|
branches/9.x-dev/src/framework/typescript/api/decorators/Validate.ts
|
added
|
branches/9.x-dev/src/framework/typescript/api/http/
|
added
|
branches/9.x-dev/src/framework/typescript/api/http/Controller.ts
|
added
|
branches/9.x-dev/src/framework/typescript/api/http/Request.ts
|
added
|
branches/9.x-dev/src/framework/typescript/api/http/Response.ts
|
added
|
branches/9.x-dev/src/framework/typescript/api/middleware/
|
added
|
branches/9.x-dev/src/framework/typescript/api/middleware/AdminAccessControl.ts
|
added
|
branches/9.x-dev/src/framework/typescript/api/middleware/GuildAccessControl.ts
|
added
|
branches/9.x-dev/src/framework/typescript/api/middleware/RequireAuthMiddleware.ts
|
added
|
branches/9.x-dev/src/framework/typescript/api/middleware/ValidateMiddleware.ts
|
added
|
branches/9.x-dev/src/framework/typescript/app/
|
added
|
branches/9.x-dev/src/framework/typescript/app/Application.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/Argument.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/ArgumentInterface.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/ArgumentParser.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/ArgumentTypes.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/ChannelArgument.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/DurationArgument.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/DynamicArguments.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/EntityArgument.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/GuildMemberArgument.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/IntegerArgument.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/InvalidArgumentError.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/NumberArgument.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/RestStringArgument.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/RoleArgument.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/StringArgument.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/SubcommandErrorMessage.ts
|
added
|
branches/9.x-dev/src/framework/typescript/arguments/UserArgument.ts
|
added
|
branches/9.x-dev/src/framework/typescript/cache/
|
added
|
branches/9.x-dev/src/framework/typescript/cache/CacheUtil.ts
|
added
|
branches/9.x-dev/src/framework/typescript/cache/GlobalStore.ts
|
added
|
branches/9.x-dev/src/framework/typescript/cache/GuildStore.ts
|
added
|
branches/9.x-dev/src/framework/typescript/client/
|
added
|
branches/9.x-dev/src/framework/typescript/client/BaseClient.ts
|
added
|
branches/9.x-dev/src/framework/typescript/cluster/
|
added
|
branches/9.x-dev/src/framework/typescript/cluster/FeatureFlagManager.ts
|
added
|
branches/9.x-dev/src/framework/typescript/collections/
|
added
|
branches/9.x-dev/src/framework/typescript/collections/FluentIterator.ts
|
added
|
branches/9.x-dev/src/framework/typescript/collections/FluentSet.ts
|
added
|
branches/9.x-dev/src/framework/typescript/collections/ReadonlyCollection.ts
|
added
|
branches/9.x-dev/src/framework/typescript/commands/
|
added
|
branches/9.x-dev/src/framework/typescript/commands/AbstractRootCommand.ts
|
added
|
branches/9.x-dev/src/framework/typescript/commands/Command.ts
|
added
|
branches/9.x-dev/src/framework/typescript/commands/CommandAbortedError.ts
|
added
|
branches/9.x-dev/src/framework/typescript/commands/Context.ts
|
added
|
branches/9.x-dev/src/framework/typescript/commands/ContextType.ts
|
added
|
branches/9.x-dev/src/framework/typescript/commands/InteractionContext.ts
|
added
|
branches/9.x-dev/src/framework/typescript/commands/LegacyContext.ts
|
added
|
branches/9.x-dev/src/framework/typescript/concurrent/
|
added
|
branches/9.x-dev/src/framework/typescript/concurrent/Mutex.ts
|
added
|
branches/9.x-dev/src/framework/typescript/concurrent/Semaphore.ts
|
added
|
branches/9.x-dev/src/framework/typescript/container/
|
added
|
branches/9.x-dev/src/framework/typescript/container/Bind.ts
|
added
|
branches/9.x-dev/src/framework/typescript/container/BindToContainer.ts
|
added
|
branches/9.x-dev/src/framework/typescript/container/CanBind.ts
|
added
|
branches/9.x-dev/src/framework/typescript/container/Container.ts
|
added
|
branches/9.x-dev/src/framework/typescript/container/Inject.ts
|
added
|
branches/9.x-dev/src/framework/typescript/container/InjectOnCall.ts
|
added
|
branches/9.x-dev/src/framework/typescript/contracts/
|
added
|
branches/9.x-dev/src/framework/typescript/contracts/BehavesLikePrimitive.ts
|
added
|
branches/9.x-dev/src/framework/typescript/contracts/Bootable.ts
|
added
|
branches/9.x-dev/src/framework/typescript/contracts/CommandManagerServiceInterface.ts
|
added
|
branches/9.x-dev/src/framework/typescript/contracts/CommandRateLimiterContract.ts
|
added
|
branches/9.x-dev/src/framework/typescript/contracts/ConfigurationManagerServiceInterface.ts
|
added
|
branches/9.x-dev/src/framework/typescript/contracts/JSONSerializable.ts
|
added
|
branches/9.x-dev/src/framework/typescript/contracts/PermissionManagerInterface.ts
|
added
|
branches/9.x-dev/src/framework/typescript/contracts/PermissionManagerServiceInterface.ts
|
added
|
branches/9.x-dev/src/framework/typescript/core/
|
added
|
branches/9.x-dev/src/framework/typescript/core/DiscordKernelClassInterface.ts
|
added
|
branches/9.x-dev/src/framework/typescript/core/Kernel.ts
|
added
|
branches/9.x-dev/src/framework/typescript/core/KernelInterface.ts
|
added
|
branches/9.x-dev/src/framework/typescript/datetime/
|
added
|
branches/9.x-dev/src/framework/typescript/datetime/Duration.ts
|
added
|
branches/9.x-dev/src/framework/typescript/datetime/DurationParseError.ts
|
added
|
branches/9.x-dev/src/framework/typescript/decorators/
|
added
|
branches/9.x-dev/src/framework/typescript/decorators/Override.ts
|
added
|
branches/9.x-dev/src/framework/typescript/directives/
|
added
|
branches/9.x-dev/src/framework/typescript/directives/Directive.ts
|
added
|
branches/9.x-dev/src/framework/typescript/directives/DirectiveParseError.ts
|
added
|
branches/9.x-dev/src/framework/typescript/directives/DirectiveParser.ts
|
added
|
branches/9.x-dev/src/framework/typescript/env/
|
added
|
branches/9.x-dev/src/framework/typescript/env/Environment.ts
|
added
|
branches/9.x-dev/src/framework/typescript/errors/
|
added
|
branches/9.x-dev/src/framework/typescript/errors/APIErrors.ts
|
added
|
branches/9.x-dev/src/framework/typescript/errors/DiscordAPIErrorMessage.ts
|
added
|
branches/9.x-dev/src/framework/typescript/events/
|
added
|
branches/9.x-dev/src/framework/typescript/events/EventListener.ts
|
added
|
branches/9.x-dev/src/framework/typescript/events/GatewayEventListener.ts
|
added
|
branches/9.x-dev/src/framework/typescript/functions/
|
added
|
branches/9.x-dev/src/framework/typescript/functions/Callable.ts
|
added
|
branches/9.x-dev/src/framework/typescript/guards/
|
added
|
branches/9.x-dev/src/framework/typescript/guards/Guard.ts
|
added
|
branches/9.x-dev/src/framework/typescript/guards/GuardLike.ts
|
added
|
branches/9.x-dev/src/framework/typescript/import/
|
added
|
branches/9.x-dev/src/framework/typescript/import/ClassLoader.ts
|
added
|
branches/9.x-dev/src/framework/typescript/import/ClassLoaderError.ts
|
added
|
branches/9.x-dev/src/framework/typescript/import/InvalidClassFileError.ts
|
added
|
branches/9.x-dev/src/framework/typescript/import/NoClassDefFoundError.ts
|
added
|
branches/9.x-dev/src/framework/typescript/io/
|
added
|
branches/9.x-dev/src/framework/typescript/io/File.ts
|
added
|
branches/9.x-dev/src/framework/typescript/log/
|
added
|
branches/9.x-dev/src/framework/typescript/log/Logger.ts
|
added
|
branches/9.x-dev/src/framework/typescript/pagination/
|
added
|
branches/9.x-dev/src/framework/typescript/pagination/Pagination.ts
|
added
|
branches/9.x-dev/src/framework/typescript/permissions/
|
added
|
branches/9.x-dev/src/framework/typescript/permissions/AbstractPermissionManager.ts
|
added
|
branches/9.x-dev/src/framework/typescript/permissions/AbstractPermissionManagerService.ts
|
added
|
branches/9.x-dev/src/framework/typescript/permissions/Permission.ts
|
added
|
branches/9.x-dev/src/framework/typescript/permissions/PermissionDeniedError.ts
|
added
|
branches/9.x-dev/src/framework/typescript/permissions/PermissionFlag.ts
|
added
|
branches/9.x-dev/src/framework/typescript/policies/
|
added
|
branches/9.x-dev/src/framework/typescript/policies/Policy.ts
|
added
|
branches/9.x-dev/src/framework/typescript/polyfills/
|
added
|
branches/9.x-dev/src/framework/typescript/polyfills/FileSystem.ts
|
added
|
branches/9.x-dev/src/framework/typescript/polyfills/Promise.ts
|
added
|
branches/9.x-dev/src/framework/typescript/queues/
|
added
|
branches/9.x-dev/src/framework/typescript/queues/Queue.ts
|
added
|
branches/9.x-dev/src/framework/typescript/queues/QueueManager.ts
|
added
|
branches/9.x-dev/src/framework/typescript/services/
|
added
|
branches/9.x-dev/src/framework/typescript/services/Name.ts
|
added
|
branches/9.x-dev/src/framework/typescript/services/Service.ts
|
added
|
branches/9.x-dev/src/framework/typescript/services/ServiceManager.ts
|
added
|
branches/9.x-dev/src/framework/typescript/streams/
|
added
|
branches/9.x-dev/src/framework/typescript/streams/ReducedStream.ts
|
added
|
branches/9.x-dev/src/framework/typescript/streams/Stream.ts
|
added
|
branches/9.x-dev/src/framework/typescript/tools/
|
added
|
branches/9.x-dev/src/framework/typescript/tools/PropertyReader.ts
|
added
|
branches/9.x-dev/src/framework/typescript/tools/PropertySyntaxError.ts
|
added
|
branches/9.x-dev/src/framework/typescript/types/
|
added
|
branches/9.x-dev/src/framework/typescript/types/Builder.ts
|
added
|
branches/9.x-dev/src/framework/typescript/types/ClientEvents.ts
|
added
|
branches/9.x-dev/src/framework/typescript/types/HasApplication.ts
|
added
|
branches/9.x-dev/src/framework/typescript/types/HasClient.ts
|
added
|
branches/9.x-dev/src/framework/typescript/types/HasEventListeners.ts
|
added
|
branches/9.x-dev/src/framework/typescript/types/OptionalRecord.ts
|
added
|
branches/9.x-dev/src/framework/typescript/types/SerializableToJSON.ts
|
added
|
branches/9.x-dev/src/framework/typescript/types/Singleton.ts
|
added
|
branches/9.x-dev/src/framework/typescript/types/Stringable.ts
|
added
|
branches/9.x-dev/src/framework/typescript/types/Utils.ts
|
added
|
branches/9.x-dev/src/framework/typescript/utils/
|
added
|
branches/9.x-dev/src/framework/typescript/utils/channel.ts
|
added
|
branches/9.x-dev/src/framework/typescript/utils/decorators.ts
|
added
|
branches/9.x-dev/src/framework/typescript/utils/devflow.ts
|
added
|
branches/9.x-dev/src/framework/typescript/utils/embeds.ts
|
added
|
branches/9.x-dev/src/framework/typescript/utils/emoji.ts
|
added
|
branches/9.x-dev/src/framework/typescript/utils/entities.ts
|
added
|
branches/9.x-dev/src/framework/typescript/utils/errors.ts
|
added
|
branches/9.x-dev/src/framework/typescript/utils/formatters.ts
|
added
|
branches/9.x-dev/src/framework/typescript/utils/helpers.ts
|
added
|
branches/9.x-dev/src/framework/typescript/utils/logic.ts
|
added
|
branches/9.x-dev/src/framework/typescript/utils/objects.ts
|
added
|
branches/9.x-dev/src/framework/typescript/utils/string.ts
|
added
|
branches/9.x-dev/src/framework/typescript/utils/user.ts
|
added
|
branches/9.x-dev/src/framework/typescript/utils/utils.ts
|
added
|
branches/9.x-dev/src/main/
|
added
|
branches/9.x-dev/src/main/resources/
|
added
|
branches/9.x-dev/src/main/resources/countries.json
|
added
|
branches/9.x-dev/src/main/resources/languages.json
|
added
|
branches/9.x-dev/src/main/resources/rickrolls.json
|
added
|
branches/9.x-dev/src/main/resources/welcome_messages.json
|
added
|
branches/9.x-dev/src/main/typescript/
|
added
|
branches/9.x-dev/src/main/typescript/api/
|
added
|
branches/9.x-dev/src/main/typescript/api/controllers/
|
added
|
branches/9.x-dev/src/main/typescript/api/controllers/AnnouncementController.ts
|
added
|
branches/9.x-dev/src/main/typescript/api/controllers/AuthController.ts
|
added
|
branches/9.x-dev/src/main/typescript/api/controllers/ConfigController.ts
|
added
|
branches/9.x-dev/src/main/typescript/api/controllers/GuildController.ts
|
added
|
branches/9.x-dev/src/main/typescript/api/controllers/MainController.ts
|
added
|
branches/9.x-dev/src/main/typescript/api/controllers/VerificationController.ts
|
added
|
branches/9.x-dev/src/main/typescript/arguments/
|
added
|
branches/9.x-dev/src/main/typescript/arguments/RestRoleArgument.ts
|
added
|
branches/9.x-dev/src/main/typescript/automod/
|
added
|
branches/9.x-dev/src/main/typescript/automod/AntiMemberJoinService.ts
|
added
|
branches/9.x-dev/src/main/typescript/automod/RaidProtectionService.ts
|
added
|
branches/9.x-dev/src/main/typescript/automod/RuleModerationService.ts
|
added
|
branches/9.x-dev/src/main/typescript/automod/SpamModerationService.ts
|
added
|
branches/9.x-dev/src/main/typescript/automod/TriggerService.ts
|
added
|
branches/9.x-dev/src/main/typescript/automod/VerificationService.ts
|
added
|
branches/9.x-dev/src/main/typescript/bun.ts
|
added
|
branches/9.x-dev/src/main/typescript/cache/
|
added
|
branches/9.x-dev/src/main/typescript/cache/CommandPermissionOverwriteCacheStore.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/
|
added
|
branches/9.x-dev/src/main/typescript/commands/automation/
|
added
|
branches/9.x-dev/src/main/typescript/commands/automation/AFKCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/automation/AFKsCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/automation/AntiMemberJoinCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/automation/CreateReactionRoleCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/automation/ExpireCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/automation/QueueAddCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/automation/QueueCancelCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/automation/QueueCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/automation/QueueListCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/automation/QueueViewCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/automation/RemindCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/automation/ReminderCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/automation/ScheduleCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/automation/SurveyCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/fun/
|
added
|
branches/9.x-dev/src/main/typescript/commands/fun/CatCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/fun/DogCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/fun/JokeCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/fun/MixEmojiCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/fun/PixabayCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/information/
|
added
|
branches/9.x-dev/src/main/typescript/commands/information/AvatarCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/information/CrisisCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/information/EmojiCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/information/EncourageCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/information/ProfileCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/information/ServerStatsCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/information/UserLookupCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/BanCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/BeanCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/ClearCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/DMHistoryCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/EchoCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/EditMessageCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/FakeBanCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/InfractionClearCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/InfractionCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/InfractionCreateCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/InfractionDeleteCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/InfractionDurationCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/InfractionListCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/InfractionReasonCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/InfractionViewCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/KickCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/LockAllCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/LockCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/MassBanCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/MassKickCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/ModMessageCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/ModStatsCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/MuteCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/NoteCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/ReportMessageCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/RoleCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/SaveMessageCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/SendCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/SendHistoryCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/SendReplyCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/ShotCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/UnbanCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/UnlockAllCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/UnlockCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/UnmuteCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/moderation/WarnCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/settings/
|
added
|
branches/9.x-dev/src/main/typescript/commands/settings/.gitignore
|
added
|
branches/9.x-dev/src/main/typescript/commands/settings/AboutCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/settings/BlockedTokenCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/settings/BlockedWordCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/settings/ConfigCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/settings/EvalCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/settings/HelpCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/settings/RestartCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/settings/SystemStatusCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/system/
|
added
|
branches/9.x-dev/src/main/typescript/commands/system/SystemBanCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/system/SystemUnbanCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/tools/
|
added
|
branches/9.x-dev/src/main/typescript/commands/tools/EmbedBuildCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/tools/EmbedCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/tools/EmbedSchemaCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/tools/EmbedSendCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/tools/ExtractEmojisCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/tools/SetSlowmodeCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/tools/SnippetCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/tools/SnippetCreateCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/tools/SnippetDeleteCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/tools/SnippetEditCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/tools/SnippetListCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/tools/SnippetPushFileCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/tools/SnippetRenameCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/commands/tools/TranslateCommand.ts
|
added
|
branches/9.x-dev/src/main/typescript/constants/
|
added
|
branches/9.x-dev/src/main/typescript/constants/Colors.ts
|
added
|
branches/9.x-dev/src/main/typescript/constants/Limits.ts
|
added
|
branches/9.x-dev/src/main/typescript/contracts/
|
added
|
branches/9.x-dev/src/main/typescript/contracts/MessageAutoModServiceContract.ts
|
added
|
branches/9.x-dev/src/main/typescript/contracts/ModerationRuleHandlerContract.ts
|
added
|
branches/9.x-dev/src/main/typescript/core/
|
added
|
branches/9.x-dev/src/main/typescript/core/Client.ts
|
added
|
branches/9.x-dev/src/main/typescript/core/DiscordKernel.ts
|
added
|
branches/9.x-dev/src/main/typescript/core/FatalError.ts
|
added
|
branches/9.x-dev/src/main/typescript/decorators/
|
added
|
branches/9.x-dev/src/main/typescript/decorators/AcceptsMessageRuleScopes.ts
|
added
|
branches/9.x-dev/src/main/typescript/decorators/AcceptsModerationRuleContextType.ts
|
added
|
branches/9.x-dev/src/main/typescript/directives/
|
added
|
branches/9.x-dev/src/main/typescript/directives/EmbedDirective.ts
|
added
|
branches/9.x-dev/src/main/typescript/env/
|
added
|
branches/9.x-dev/src/main/typescript/env/env.ts
|
added
|
branches/9.x-dev/src/main/typescript/events/
|
added
|
branches/9.x-dev/src/main/typescript/events/GuildAuditLogEntryCreateEventListener.ts
|
added
|
branches/9.x-dev/src/main/typescript/events/RawEventListener.ts
|
added
|
branches/9.x-dev/src/main/typescript/events/ReadyEventListener.ts
|
added
|
branches/9.x-dev/src/main/typescript/events/interaction/
|
added
|
branches/9.x-dev/src/main/typescript/events/interaction/InteractionCreateEventListener.ts
|
added
|
branches/9.x-dev/src/main/typescript/events/member/
|
added
|
branches/9.x-dev/src/main/typescript/events/member/GuildMemberAddEventListener.ts
|
added
|
branches/9.x-dev/src/main/typescript/events/member/GuildMemberRemoveEventListener.ts
|
added
|
branches/9.x-dev/src/main/typescript/events/message/
|
added
|
branches/9.x-dev/src/main/typescript/events/message/MessageBulkDeleteEventListener.ts
|
added
|
branches/9.x-dev/src/main/typescript/events/message/MessageCreateEventListener.ts
|
added
|
branches/9.x-dev/src/main/typescript/events/message/MessageDeleteEventListener.ts
|
added
|
branches/9.x-dev/src/main/typescript/events/message/MessageUpdateEventListener.ts
|
added
|
branches/9.x-dev/src/main/typescript/extensions/
|
added
|
branches/9.x-dev/src/main/typescript/extensions/Extension.ts
|
added
|
branches/9.x-dev/src/main/typescript/extensions/ExtensionInfo.ts
|
added
|
branches/9.x-dev/src/main/typescript/main.ts
|
added
|
branches/9.x-dev/src/main/typescript/permissions/
|
added
|
branches/9.x-dev/src/main/typescript/permissions/SystemAdminPermission.ts
|
added
|
branches/9.x-dev/src/main/typescript/policies/
|
added
|
branches/9.x-dev/src/main/typescript/policies/BallotPolicy.ts
|
added
|
branches/9.x-dev/src/main/typescript/queues/
|
added
|
branches/9.x-dev/src/main/typescript/queues/CommandExecutionQueue.ts
|
added
|
branches/9.x-dev/src/main/typescript/queues/InfractionChannelDeleteQueue.ts
|
added
|
branches/9.x-dev/src/main/typescript/queues/MassUnbanQueue.ts
|
added
|
branches/9.x-dev/src/main/typescript/queues/MessageDeleteQueue.ts
|
added
|
branches/9.x-dev/src/main/typescript/queues/MessageScheduleQueue.ts
|
added
|
branches/9.x-dev/src/main/typescript/queues/ReminderQueue.ts
|
added
|
branches/9.x-dev/src/main/typescript/queues/RoleQueue.ts
|
added
|
branches/9.x-dev/src/main/typescript/queues/UnbanQueue.ts
|
added
|
branches/9.x-dev/src/main/typescript/queues/UnmuteQueue.ts
|
added
|
branches/9.x-dev/src/main/typescript/queues/VerificationExpiredQueue.ts
|
added
|
branches/9.x-dev/src/main/typescript/schemas/
|
added
|
branches/9.x-dev/src/main/typescript/schemas/EnvironmentVariableSchema.ts
|
added
|
branches/9.x-dev/src/main/typescript/schemas/GuildConfigSchema.ts
|
added
|
branches/9.x-dev/src/main/typescript/schemas/LoggingSchema.ts
|
added
|
branches/9.x-dev/src/main/typescript/schemas/MessageRuleSchema.ts
|
added
|
branches/9.x-dev/src/main/typescript/schemas/ModerationActionSchema.ts
|
added
|
branches/9.x-dev/src/main/typescript/schemas/SnowflakeSchema.ts
|
added
|
branches/9.x-dev/src/main/typescript/schemas/SurveySystemConfigSchema.ts
|
added
|
branches/9.x-dev/src/main/typescript/schemas/SystemConfigSchema.ts
|
added
|
branches/9.x-dev/src/main/typescript/schemas/TriggerSchema.ts
|
added
|
branches/9.x-dev/src/main/typescript/security/
|
added
|
branches/9.x-dev/src/main/typescript/security/CommandRateLimiter.ts
|
added
|
branches/9.x-dev/src/main/typescript/security/DiscordPermissionManager.ts
|
added
|
branches/9.x-dev/src/main/typescript/security/LayeredPermissionManager.ts
|
added
|
branches/9.x-dev/src/main/typescript/security/LevelBasedPermissionManager.ts
|
added
|
branches/9.x-dev/src/main/typescript/security/ModerationRuleHandler.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/
|
added
|
branches/9.x-dev/src/main/typescript/services/AFKService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/AuditLoggingService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/AuthService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/AutoRoleService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/BumpReminderService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/ChannelLockManager.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/CommandManager.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/ConfigurationManager.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/DirectiveParsingService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/ExtensionManager.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/ExtensionPostBootManager.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/ImageRecognitionService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/InfractionManager.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/InviteTrackingService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/LogStreamingService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/MessageReportingService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/ModerationActionService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/PermissionManagerService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/QueueService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/QuickMuteService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/ReactionRoleService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/SnippetManagerService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/StartupManager.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/SurveyService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/SystemAuditLoggingService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/TranslationService.ts
|
added
|
branches/9.x-dev/src/main/typescript/services/WelcomerService.ts
|
added
|
branches/9.x-dev/src/main/typescript/types/
|
added
|
branches/9.x-dev/src/main/typescript/types/APIErrorCode.ts
|
added
|
branches/9.x-dev/src/main/typescript/types/CustomClientEvents.ts
|
added
|
branches/9.x-dev/src/main/typescript/types/ESModule.ts
|
added
|
branches/9.x-dev/src/main/typescript/types/HasEventListeners.ts
|
added
|
branches/9.x-dev/src/main/typescript/types/Services.ts
|
added
|
branches/9.x-dev/src/main/typescript/types/Utils.ts
|
added
|
branches/9.x-dev/src/main/typescript/types/global/
|
added
|
branches/9.x-dev/src/main/typescript/types/global/env.d.ts
|
added
|
branches/9.x-dev/src/main/typescript/types/global/globals.d.ts
|
added
|
branches/9.x-dev/src/main/typescript/types/global/permissions.d.ts
|
added
|
branches/9.x-dev/src/main/typescript/utils/
|
added
|
branches/9.x-dev/src/main/typescript/utils/ArgumentDefaultRules.ts
|
added
|
branches/9.x-dev/src/main/typescript/utils/EmbedSchemaParser.ts
|
added
|
branches/9.x-dev/src/main/typescript/utils/ErrorMessages.ts
|
added
|
branches/9.x-dev/src/main/typescript/utils/axios.ts
|
added
|
branches/9.x-dev/src/main/typescript/utils/cache.ts
|
added
|
branches/9.x-dev/src/main/typescript/utils/datetime.ts
|
added
|
branches/9.x-dev/src/main/typescript/utils/download.ts
|
added
|
branches/9.x-dev/src/main/typescript/utils/embed.ts
|
added
|
branches/9.x-dev/src/main/typescript/utils/fetch.ts
|
added
|
branches/9.x-dev/src/main/typescript/utils/filesystem.ts
|
added
|
branches/9.x-dev/src/main/typescript/utils/utils.ts
|
added
|
branches/9.x-dev/tests/
|
added
|
branches/9.x-dev/tests/core/
|
added
|
branches/9.x-dev/tests/core/client.test.ts
|
added
|
branches/9.x-dev/tests/framework/
|
added
|
branches/9.x-dev/tests/framework/arguments/
|
added
|
branches/9.x-dev/tests/framework/arguments/Argument.test.ts
|
added
|
branches/9.x-dev/tests/framework/arguments/ArgumentTestUtils.ts
|
added
|
branches/9.x-dev/tests/framework/arguments/GuildMemberArgument.test.ts
|
added
|
branches/9.x-dev/tests/framework/arguments/IntegerArgument.test.ts
|
added
|
branches/9.x-dev/tests/framework/arguments/NumberArgument.test.ts
|
added
|
branches/9.x-dev/tests/framework/arguments/RestStringArgument.test.ts
|
added
|
branches/9.x-dev/tests/framework/arguments/StringArgument.test.ts
|
added
|
branches/9.x-dev/tests/framework/arguments/UserArgument.test.ts
|
added
|
branches/9.x-dev/tests/framework/cache/
|
added
|
branches/9.x-dev/tests/framework/cache/GlobalStore.test.ts
|
added
|
branches/9.x-dev/tests/framework/concurrent/
|
added
|
branches/9.x-dev/tests/framework/concurrent/Mutex.test.ts
|
added
|
branches/9.x-dev/tests/framework/concurrent/Semaphore.test.ts
|
added
|
branches/9.x-dev/tests/framework/container/
|
added
|
branches/9.x-dev/tests/framework/container/Container.test.ts
|
added
|
branches/9.x-dev/tests/framework/datetime/
|
added
|
branches/9.x-dev/tests/framework/datetime/Duration.test.ts
|
added
|
branches/9.x-dev/tests/framework/functions/
|
added
|
branches/9.x-dev/tests/framework/functions/Callable.test.ts
|
added
|
branches/9.x-dev/tests/framework/pagination/
|
added
|
branches/9.x-dev/tests/framework/pagination/Pagination.test.ts
|
added
|
branches/9.x-dev/tests/framework/polyfills/
|
added
|
branches/9.x-dev/tests/framework/polyfills/Promise.test.ts
|
added
|
branches/9.x-dev/tests/framework/streams/
|
added
|
branches/9.x-dev/tests/framework/streams/Stream.test.ts
|
added
|
branches/9.x-dev/tests/framework/utils/
|
added
|
branches/9.x-dev/tests/framework/utils/utils.test.ts
|
added
|
branches/9.x-dev/tests/mocks/
|
added
|
branches/9.x-dev/tests/mocks/application.mock.ts
|
added
|
branches/9.x-dev/tests/mocks/client.mock.ts
|
added
|
branches/9.x-dev/tests/mocks/guild.mock.ts
|
added
|
branches/9.x-dev/tests/mocks/manager.mock.ts
|
added
|
branches/9.x-dev/tests/mocks/message.mock.ts
|
added
|
branches/9.x-dev/tests/mocks/snowflakes.ts
|
added
|
branches/9.x-dev/tests/setup.ts
|
added
|
branches/9.x-dev/tests/tsconfig.json
|
added
|
branches/9.x-dev/tests/utils/
|
added
|
branches/9.x-dev/tests/utils/cache.test.ts
|
added
|
branches/9.x-dev/tests/utils/datetime.test.ts
|
added
|
branches/9.x-dev/tests/utils/embed.test.ts
|
added
|
branches/9.x-dev/tests/utils/emoji.test.ts
|
added
|
branches/9.x-dev/tsconfig.json
|
added
|
branches/9.x-dev/vitest.config.mjs
|
added
|