@osn/sudobot

Modules

framework/typescript/api/APIServer
framework/typescript/api/decorators/Action
framework/typescript/api/decorators/EnableAdminAccessControl
framework/typescript/api/decorators/EnableGuildAccessControl
framework/typescript/api/decorators/GatewayEventListener
framework/typescript/api/decorators/RequireAuth
framework/typescript/api/decorators/SuppressErrors
framework/typescript/api/decorators/Validate
framework/typescript/api/http/Controller
framework/typescript/api/http/Request
framework/typescript/api/http/Response
framework/typescript/api/middleware/AdminAccessControl
framework/typescript/api/middleware/GuildAccessControl
framework/typescript/api/middleware/RequireAuthMiddleware
framework/typescript/api/middleware/ValidateMiddleware
framework/typescript/api/RouteMetadata
framework/typescript/app/Application
framework/typescript/arguments/Argument
framework/typescript/arguments/ArgumentInterface
framework/typescript/arguments/ArgumentParser
framework/typescript/arguments/ArgumentTypes
framework/typescript/arguments/ChannelArgument
framework/typescript/arguments/DurationArgument
framework/typescript/arguments/DynamicArguments
framework/typescript/arguments/EntityArgument
framework/typescript/arguments/GuildMemberArgument
framework/typescript/arguments/IntegerArgument
framework/typescript/arguments/InvalidArgumentError
framework/typescript/arguments/NumberArgument
framework/typescript/arguments/ParserConfigError
framework/typescript/arguments/RestStringArgument
framework/typescript/arguments/RoleArgument
framework/typescript/arguments/StringArgument
framework/typescript/arguments/SubcommandErrorMessage
framework/typescript/arguments/UserArgument
framework/typescript/cache/CacheUtil
framework/typescript/cache/GlobalStore
framework/typescript/cache/GuildStore
framework/typescript/client/BaseClient
framework/typescript/cluster/FeatureFlagManager
framework/typescript/collections/FluentIterator
framework/typescript/collections/FluentSet
framework/typescript/collections/ReadonlyCollection
framework/typescript/commands/AbstractRootCommand
framework/typescript/commands/Command
framework/typescript/commands/CommandAbortedError
framework/typescript/commands/Context
framework/typescript/commands/ContextType
framework/typescript/commands/InteractionContext
framework/typescript/commands/LegacyContext
framework/typescript/concurrent/Condition
framework/typescript/concurrent/Mutex
framework/typescript/concurrent/Semaphore
framework/typescript/container/Bind
framework/typescript/container/BindToContainer
framework/typescript/container/CanBind
framework/typescript/container/Container
framework/typescript/container/Inject
framework/typescript/container/InjectOnCall
framework/typescript/contracts/BehavesLikePrimitive
framework/typescript/contracts/Bootable
framework/typescript/contracts/CommandManagerServiceInterface
framework/typescript/contracts/CommandRateLimiterContract
framework/typescript/contracts/ConfigurationManagerServiceInterface
framework/typescript/contracts/JSONSerializable
framework/typescript/contracts/PermissionManagerInterface
framework/typescript/contracts/PermissionManagerServiceInterface
framework/typescript/core/DiscordKernelClassInterface
framework/typescript/core/Kernel
framework/typescript/core/KernelInterface
framework/typescript/database/Enum
framework/typescript/datetime/Duration
framework/typescript/datetime/DurationParseError
framework/typescript/decorators/Override
framework/typescript/directives/Directive
framework/typescript/directives/DirectiveParseError
framework/typescript/directives/DirectiveParser
framework/typescript/discord/ApplicationCommandType
framework/typescript/env/Environment
framework/typescript/errors/APIErrors
framework/typescript/errors/DiscordAPIErrorMessage
framework/typescript/events/EventListener
framework/typescript/events/GatewayEventListener
framework/typescript/functions/Callable
framework/typescript/guards/Guard
framework/typescript/guards/GuardLike
framework/typescript/import/ClassLoader
framework/typescript/import/ClassLoaderError
framework/typescript/import/InvalidClassFileError
framework/typescript/import/NoClassDefFoundError
framework/typescript/io/File
framework/typescript/log/Logger
framework/typescript/permissions/AbstractPermissionManager
framework/typescript/permissions/AbstractPermissionManagerService
framework/typescript/permissions/Permission
framework/typescript/permissions/PermissionDeniedError
framework/typescript/permissions/PermissionFlag
framework/typescript/policies/Policy
framework/typescript/polyfills/FileSystem
framework/typescript/polyfills/Promise
framework/typescript/queues/Queue
framework/typescript/queues/QueueManager
framework/typescript/services/Name
framework/typescript/services/Service
framework/typescript/services/ServiceManager
framework/typescript/streams/ReducedStream
framework/typescript/streams/Stream
framework/typescript/tools/PropertyReader
framework/typescript/tools/PropertySyntaxError
framework/typescript/types/Builder
framework/typescript/types/ClientEvents
framework/typescript/types/global
framework/typescript/types/HasApplication
framework/typescript/types/HasClient
framework/typescript/types/HasEventListeners
framework/typescript/types/OptionalRecord
framework/typescript/types/SerializableToJSON
framework/typescript/types/Singleton
framework/typescript/types/StringLike
framework/typescript/types/TextBasedChannel
framework/typescript/types/Utils
framework/typescript/utils/channel
framework/typescript/utils/decorators
framework/typescript/utils/devflow
framework/typescript/utils/embeds
framework/typescript/utils/entities
framework/typescript/utils/errors
framework/typescript/utils/formatters
framework/typescript/utils/helpers
framework/typescript/utils/logic
framework/typescript/utils/objects
framework/typescript/utils/string
framework/typescript/utils/user
framework/typescript/utils/utils
framework/typescript/utils/zod
framework/typescript/widgets/Pagination
framework/typescript/widgets/Wizard
framework/typescript/widgets/WizardButtonBuilder
framework/typescript/widgets/WizardManager
main/typescript/api/controllers/AnnouncementController
main/typescript/api/controllers/AuthController
main/typescript/api/controllers/ConfigController
main/typescript/api/controllers/GuildController
main/typescript/api/controllers/MainController
main/typescript/api/controllers/VerificationController
main/typescript/arguments/RestRoleArgument
main/typescript/automod/AIAutoModeration
main/typescript/automod/AntiMemberJoinService
main/typescript/automod/RaidProtectionService
main/typescript/automod/RuleModerationService
main/typescript/automod/SpamModerationService
main/typescript/automod/TriggerService
main/typescript/automod/VerificationService
main/typescript/bun
main/typescript/cache/CommandPermissionOverwriteCacheStore
main/typescript/commands/automation/AFKCommand
main/typescript/commands/automation/AFKsCommand
main/typescript/commands/automation/AntiMemberJoinCommand
main/typescript/commands/automation/CreateReactionRoleCommand
main/typescript/commands/automation/ExpireCommand
main/typescript/commands/automation/QueueAddCommand
main/typescript/commands/automation/QueueCancelCommand
main/typescript/commands/automation/QueueCommand
main/typescript/commands/automation/QueueListCommand
main/typescript/commands/automation/QueueViewCommand
main/typescript/commands/automation/RemindCommand
main/typescript/commands/automation/ReminderCommand
main/typescript/commands/automation/ScheduleCommand
main/typescript/commands/automation/SurveyCommand
main/typescript/commands/fun/CatCommand
main/typescript/commands/fun/DogCommand
main/typescript/commands/fun/HttpCatCommand
main/typescript/commands/fun/HttpDogCommand
main/typescript/commands/fun/JokeCommand
main/typescript/commands/fun/MixEmojiCommand
main/typescript/commands/fun/PixabayCommand
main/typescript/commands/information/AvatarCommand
main/typescript/commands/information/CrisisCommand
main/typescript/commands/information/EmojiCommand
main/typescript/commands/information/EncourageCommand
main/typescript/commands/information/ProfileCommand
main/typescript/commands/information/ServerStatsCommand
main/typescript/commands/information/UserLookupCommand
main/typescript/commands/moderation/BanCommand
main/typescript/commands/moderation/BeanCommand
main/typescript/commands/moderation/ClearCommand
main/typescript/commands/moderation/ClearReactionsCommand
main/typescript/commands/moderation/DMHistoryCommand
main/typescript/commands/moderation/EchoCommand
main/typescript/commands/moderation/EditMessageCommand
main/typescript/commands/moderation/FakeBanCommand
main/typescript/commands/moderation/InfractionClearCommand
main/typescript/commands/moderation/InfractionCommand
main/typescript/commands/moderation/InfractionCreateCommand
main/typescript/commands/moderation/InfractionDeleteCommand
main/typescript/commands/moderation/InfractionDurationCommand
main/typescript/commands/moderation/InfractionListCommand
main/typescript/commands/moderation/InfractionReasonCommand
main/typescript/commands/moderation/InfractionViewAttachmentCommand
main/typescript/commands/moderation/InfractionViewCommand
main/typescript/commands/moderation/KickCommand
main/typescript/commands/moderation/LockAllCommand
main/typescript/commands/moderation/LockCommand
main/typescript/commands/moderation/MassBanCommand
main/typescript/commands/moderation/MassKickCommand
main/typescript/commands/moderation/ModMessageCommand
main/typescript/commands/moderation/ModStatsCommand
main/typescript/commands/moderation/MuteCommand
main/typescript/commands/moderation/NoteCommand
main/typescript/commands/moderation/ReportMessageCommand
main/typescript/commands/moderation/RoleCommand
main/typescript/commands/moderation/SaveMessageCommand
main/typescript/commands/moderation/SendCommand
main/typescript/commands/moderation/SendHistoryCommand
main/typescript/commands/moderation/SendReplyCommand
main/typescript/commands/moderation/ShotCommand
main/typescript/commands/moderation/SnipeCommand
main/typescript/commands/moderation/UnbanCommand
main/typescript/commands/moderation/UnlockAllCommand
main/typescript/commands/moderation/UnlockCommand
main/typescript/commands/moderation/UnmuteCommand
main/typescript/commands/moderation/WarnCommand
main/typescript/commands/settings/AboutCommand
main/typescript/commands/settings/BlockedTokenCommand
main/typescript/commands/settings/BlockedWordCommand
main/typescript/commands/settings/ConfigCommand
main/typescript/commands/settings/EvalCommand
main/typescript/commands/settings/HelpCommand
main/typescript/commands/settings/PermissionCommand
main/typescript/commands/settings/RestartCommand
main/typescript/commands/settings/SetupCommand
main/typescript/commands/settings/SystemStatusCommand
main/typescript/commands/settings/UpdateCommand
main/typescript/commands/settings/UpdateCommandsCommand
main/typescript/commands/system/BroadcastCommand
main/typescript/commands/system/ReloadCommand
main/typescript/commands/system/SystemBanCommand
main/typescript/commands/system/SystemUnbanCommand
main/typescript/commands/tools/ArchiveCommand
main/typescript/commands/tools/EmbedBuildCommand
main/typescript/commands/tools/EmbedCommand
main/typescript/commands/tools/EmbedSchemaCommand
main/typescript/commands/tools/EmbedSendCommand
main/typescript/commands/tools/ExtractEmojisCommand
main/typescript/commands/tools/SetSlowmodeCommand
main/typescript/commands/tools/SnippetCommand
main/typescript/commands/tools/SnippetCreateCommand
main/typescript/commands/tools/SnippetDeleteCommand
main/typescript/commands/tools/SnippetEditCommand
main/typescript/commands/tools/SnippetListCommand
main/typescript/commands/tools/SnippetPushFileCommand
main/typescript/commands/tools/SnippetRenameCommand
main/typescript/commands/tools/TranslateCommand
main/typescript/constants/Colors
main/typescript/constants/Limits
main/typescript/contracts/MessageAutoModServiceContract
main/typescript/contracts/ModerationRuleHandlerContract
main/typescript/core/Client
main/typescript/core/DiscordKernel
main/typescript/core/FatalError
main/typescript/decorators/AcceptsMessageRuleScopes
main/typescript/decorators/AcceptsModerationRuleContextType
main/typescript/directives/EmbedDirective
main/typescript/drizzle/QueryLogger
main/typescript/env/env
main/typescript/events/guild/GuildCreateEventListener
main/typescript/events/GuildAuditLogEntryCreateEventListener
main/typescript/events/interaction/InteractionCreateEventListener
main/typescript/events/member/GuildMemberAddEventListener
main/typescript/events/member/GuildMemberRemoveEventListener
main/typescript/events/member/GuildMemberUpdateEventListener
main/typescript/events/message/MessageBulkDeleteEventListener
main/typescript/events/message/MessageCreateEventListener
main/typescript/events/message/MessageDeleteEventListener
main/typescript/events/message/MessageUpdateEventListener
main/typescript/events/RawEventListener
main/typescript/events/ReadyEventListener
main/typescript/exports
main/typescript/extensions/Extension
main/typescript/extensions/ExtensionInfo
main/typescript/main
main/typescript/models/AFKEntry
main/typescript/models/AltFingerprint
main/typescript/models/ChannelLock
main/typescript/models/CommandPermissionOverwrite
main/typescript/models/Infraction
main/typescript/models/MuteRecord
main/typescript/models/PermissionLevel
main/typescript/models/PermissionOverwrite
main/typescript/models/Queue
main/typescript/models/ReactionRole
main/typescript/models/Snippet
main/typescript/models/User
main/typescript/models/VerificationEntry
main/typescript/models/VerificationRecord
main/typescript/permissions/SystemAdminPermission
main/typescript/policies/BallotPolicy
main/typescript/queues/CommandExecutionQueue
main/typescript/queues/InfractionChannelDeleteQueue
main/typescript/queues/MassUnbanQueue
main/typescript/queues/MessageDeleteQueue
main/typescript/queues/MessageScheduleQueue
main/typescript/queues/ReminderQueue
main/typescript/queues/RoleQueue
main/typescript/queues/UnbanQueue
main/typescript/queues/UnmuteQueue
main/typescript/queues/VerificationExpiredQueue
main/typescript/schemas/AIAutoModSchema
main/typescript/schemas/EnvironmentVariableSchema
main/typescript/schemas/GuildConfigSchema
main/typescript/schemas/IPCRequestSchema
main/typescript/schemas/LoggingSchema
main/typescript/schemas/MessageRuleSchema
main/typescript/schemas/ModerationActionSchema
main/typescript/schemas/SnowflakeSchema
main/typescript/schemas/SurveySystemConfigSchema
main/typescript/schemas/SystemConfigSchema
main/typescript/schemas/TriggerSchema
main/typescript/security/CommandRateLimiter
main/typescript/security/DiscordPermissionManager
main/typescript/security/LayeredPermissionManager
main/typescript/security/LevelBasedPermissionManager
main/typescript/security/ModerationRuleHandler
main/typescript/services/AFKService
main/typescript/services/AuditLoggingService
main/typescript/services/AuthService
main/typescript/services/AutoRoleService
main/typescript/services/BumpReminderService
main/typescript/services/ChannelLockManager
main/typescript/services/CommandManager
main/typescript/services/ConfigurationManager
main/typescript/services/DatabaseService
main/typescript/services/DirectiveParsingService
main/typescript/services/ExtensionManager
main/typescript/services/ExtensionPostBootManager
main/typescript/services/GuildSetupService
main/typescript/services/ImageRecognitionService
main/typescript/services/InfractionManager
main/typescript/services/InterProcessCommunicationService
main/typescript/services/InviteTrackingService
main/typescript/services/LogStreamingService
main/typescript/services/MessageReportingService
main/typescript/services/ModerationActionService
main/typescript/services/PermissionManagerService
main/typescript/services/QueueService
main/typescript/services/QuickMuteService
main/typescript/services/ReactionRoleService
main/typescript/services/ShellService
main/typescript/services/SnippetManagerService
main/typescript/services/StartupManager
main/typescript/services/SurveyService
main/typescript/services/SystemAuditLoggingService
main/typescript/services/SystemUpdateService
main/typescript/services/TranslationService
main/typescript/services/WelcomerService
main/typescript/services/WizardManagerService
main/typescript/shell
main/typescript/shell/commands/AdminTestShellCommand
main/typescript/shell/commands/RebootShellCommand
main/typescript/shell/commands/SudoShellCommand
main/typescript/shell/commands/VersionShellCommand
main/typescript/shell/core/ExitError
main/typescript/shell/core/ShellClient
main/typescript/shell/core/ShellCommand
main/typescript/shell/core/ShellCommandContext
main/typescript/types/APIErrorCode
main/typescript/types/CustomClientEvents
main/typescript/types/ESModule
main/typescript/types/global/env
main/typescript/types/global/globals
main/typescript/types/global/permissions
main/typescript/types/HasEventListeners
main/typescript/types/Services
main/typescript/types/Utils
main/typescript/utils/ArgumentDefaultRules
main/typescript/utils/axios
main/typescript/utils/cache
main/typescript/utils/datetime
main/typescript/utils/download
main/typescript/utils/embed
main/typescript/utils/EmbedSchemaParser
main/typescript/utils/emoji
main/typescript/utils/ErrorMessages
main/typescript/utils/fetch
main/typescript/utils/filesystem
main/typescript/utils/troll
main/typescript/utils/utils
MMNEPVFCICPMFPCPTTAAATR