Prettier
1 parent a665a39 commit df449169bde6c0576757700f68f2d406139cc846
@Madeline Madeline authored on 5 Jan 2023
Showing 124 changed files
View
README.md
Too large (Show diff)
View
scripts/changelog.js
Too large (Show diff)
View
scripts/client.js
Too large (Show diff)
View
scripts/schema.js
Too large (Show diff)
View
scripts/stagingMigration/index.js
Too large (Show diff)
View
scripts/stagingMigration/maria/1672833135670-staging.js
Too large (Show diff)
View
scripts/stagingMigration/mysql/1672833135670-staging.js
Too large (Show diff)
View
scripts/stagingMigration/postgres/1672815835837-staging.js
Too large (Show diff)
View
scripts/syncronise.js
Too large (Show diff)
View
src/api/Server.ts
Too large (Show diff)
View
src/api/routes/applications/#id/bot/index.ts
Too large (Show diff)
View
src/api/routes/applications/#id/index.ts
Too large (Show diff)
View
src/api/routes/applications/#id/skus.ts
Too large (Show diff)
View
src/api/routes/applications/index.ts
Too large (Show diff)
View
src/api/routes/auth/generate-registration-tokens.ts
Too large (Show diff)
View
src/api/routes/auth/register.ts
Too large (Show diff)
View
src/api/routes/channels/#channel_id/messages/#message_id/index.ts
Too large (Show diff)
View
src/api/routes/channels/#channel_id/messages/index.ts
Too large (Show diff)
View
src/api/routes/channels/#channel_id/permissions.ts
Too large (Show diff)
View
src/api/routes/channels/#channel_id/webhooks.ts
Too large (Show diff)
View
src/api/routes/download/index.ts
Too large (Show diff)
View
src/api/routes/guild-recommendations.ts
Too large (Show diff)
View
src/api/routes/guilds/#guild_id/index.ts
Too large (Show diff)
View
src/api/routes/guilds/#guild_id/members/#member_id/index.ts
Too large (Show diff)
View
src/api/routes/guilds/#guild_id/messages/search.ts
Too large (Show diff)
View
src/api/routes/guilds/#guild_id/profile/index.ts
Too large (Show diff)
View
src/api/routes/guilds/#guild_id/roles/#role_id/index.ts
Too large (Show diff)
View
src/api/routes/guilds/#guild_id/roles/index.ts
Too large (Show diff)
View
src/api/routes/oauth2/authorize.ts
Too large (Show diff)
View
src/api/routes/policies/stats.ts
Too large (Show diff)
View
src/api/routes/stop.ts
Too large (Show diff)
View
src/api/routes/store/published-listings/skus/#sku_id/subscription-plans.ts
Too large (Show diff)
View
src/api/routes/updates.ts
Too large (Show diff)
View
src/api/routes/users/#id/profile.ts
Too large (Show diff)
View
src/api/routes/users/@me/guilds/#guild_id/settings.ts
Too large (Show diff)
View
src/api/routes/users/@me/index.ts
Too large (Show diff)
View
src/api/routes/users/@me/settings.ts
Too large (Show diff)
View
src/api/util/handlers/Message.ts
Too large (Show diff)
View
src/api/util/index.ts
Too large (Show diff)
View
src/api/util/utility/EmbedHandlers.ts
Too large (Show diff)
View
src/bundle/Server.ts
Too large (Show diff)
View
src/cdn/Server.ts
Too large (Show diff)
View
src/cdn/routes/guild-profiles.ts
Too large (Show diff)
View
src/cdn/util/FileStorage.ts
Too large (Show diff)
View
src/gateway/events/Connection.ts
Too large (Show diff)
View
src/gateway/events/Message.ts
Too large (Show diff)
View
src/gateway/opcodes/Identify.ts
Too large (Show diff)
View
src/gateway/opcodes/LazyRequest.ts
Too large (Show diff)
View
src/gateway/opcodes/VoiceStateUpdate.ts
Too large (Show diff)
View
src/util/config/Config.ts
Too large (Show diff)
View
src/util/config/types/ApiConfiguration.ts
Too large (Show diff)
View
src/util/config/types/CdnConfiguration.ts
Too large (Show diff)
View
src/util/config/types/ClientConfiguration.ts
Too large (Show diff)
View
src/util/config/types/DefaultsConfiguration.ts
Too large (Show diff)
View
src/util/config/types/EndpointConfiguration.ts
Too large (Show diff)
View
src/util/config/types/ExternalTokensConfiguration.ts
Too large (Show diff)
View
src/util/config/types/GeneralConfiguration.ts
Too large (Show diff)
View
src/util/config/types/GifConfiguration.ts
Too large (Show diff)
View
src/util/config/types/GuildConfiguration.ts
Too large (Show diff)
View
src/util/config/types/KafkaConfiguration.ts
Too large (Show diff)
View
src/util/config/types/LimitConfigurations.ts
Too large (Show diff)
View
src/util/config/types/LoginConfiguration.ts
Too large (Show diff)
View
src/util/config/types/MetricsConfiguration.ts
Too large (Show diff)
View
src/util/config/types/RabbitMQConfiguration.ts
Too large (Show diff)
View
src/util/config/types/RegionConfiguration.ts
Too large (Show diff)
View
src/util/config/types/RegisterConfiguration.ts
Too large (Show diff)
View
src/util/config/types/SecurityConfiguration.ts
Too large (Show diff)
View
src/util/config/types/SentryConfiguration.ts
Too large (Show diff)
View
src/util/config/types/TemplateConfiguration.ts
Too large (Show diff)
View
src/util/config/types/index.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/client/ClientReleaseConfiguration.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/defaults/GuildDefaults.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/defaults/UserDefaults.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/guild/AutoJoin.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/guild/Discovery.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/kafka/KafkaBroker.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/limits/ChannelLimits.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/limits/GlobalRateLimits.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/limits/GuildLimits.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/limits/MessageLimits.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/limits/RateLimits.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/limits/UserLimits.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/limits/ratelimits/Auth.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/limits/ratelimits/RateLimitOptions.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/limits/ratelimits/Route.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/region/Region.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/register/DateOfBirth.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/register/Email.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/register/Password.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/security/Captcha.ts
Too large (Show diff)
View
src/util/config/types/subconfigurations/security/TwoFactor.ts
Too large (Show diff)
View
src/util/entities/Application.ts
Too large (Show diff)
View
src/util/entities/Channel.ts
Too large (Show diff)
View
src/util/entities/EmbedCache.ts
Too large (Show diff)
View
src/util/entities/Guild.ts
Too large (Show diff)
View
src/util/entities/Invite.ts
Too large (Show diff)
View
src/util/entities/Member.ts
Too large (Show diff)
View
src/util/entities/User.ts
Too large (Show diff)
View
src/util/entities/UserSettings.ts
Too large (Show diff)
View
src/util/entities/ValidRegistrationTokens.ts
Too large (Show diff)
View
src/util/entities/index.ts
Too large (Show diff)
View
src/util/index.ts
Too large (Show diff)
View
src/util/interfaces/Event.ts
Too large (Show diff)
View
src/util/schemas/ApplicationAuthorizeSchema.ts
Too large (Show diff)
View
src/util/schemas/ApplicationCreateSchema.ts
Too large (Show diff)
View
src/util/schemas/ApplicationModifySchema.ts
Too large (Show diff)
View
src/util/schemas/BotModifySchema.ts
Too large (Show diff)
View
src/util/schemas/ChannelPermissionOverwriteSchema.ts
Too large (Show diff)
View
src/util/schemas/ChannelReorderSchema.ts
Too large (Show diff)
View
src/util/schemas/GatewayPayloadSchema.ts
Too large (Show diff)
View
src/util/schemas/GuildUpdateSchema.ts
Too large (Show diff)
View
src/util/schemas/MemberChangeProfileSchema.ts
Too large (Show diff)
View
src/util/schemas/RolePositionUpdateSchema.ts
Too large (Show diff)
View
src/util/schemas/UserGuildSettingsSchema.ts
Too large (Show diff)
View
src/util/schemas/UserProfileModifySchema.ts
Too large (Show diff)
View
src/util/schemas/UserSettingsSchema.ts
Too large (Show diff)
View
src/util/schemas/index.ts
Too large (Show diff)
View
src/util/util/BitField.ts
Too large (Show diff)
View
src/util/util/Config.ts
Too large (Show diff)
View
src/util/util/Constants.ts
Too large (Show diff)
View
src/util/util/Database.ts
Too large (Show diff)
View
src/util/util/InvisibleCharacters.ts
Too large (Show diff)
View
src/util/util/Rights.ts
Too large (Show diff)
View
src/util/util/index.ts
Too large (Show diff)