:art: remove long relatives paths -> short module paths
1 parent 7eea37d commit 60535f5159a8674874c0a2e319d46400184bd22e
@Flam3rboy Flam3rboy authored on 12 Sep 2021
Showing 79 changed files
View
api/package-lock.json
View
api/package.json
View
api/scripts/tsconfig-paths-bootstrap.js 0 → 100644
View
api/src/index.ts
View
api/src/middlewares/ErrorHandler.ts
View
api/src/middlewares/RateLimit.ts
View
api/src/routes/auth/login.ts
View
api/src/routes/auth/register.ts
View
api/src/routes/channels/#channel_id/index.ts
View
api/src/routes/channels/#channel_id/invites.ts
View
api/src/routes/channels/#channel_id/messages/#message_id/ack.ts
View
api/src/routes/channels/#channel_id/messages/#message_id/index.ts
View
api/src/routes/channels/#channel_id/messages/bulk-delete.ts
View
api/src/routes/channels/#channel_id/messages/index.ts
View
api/src/routes/channels/#channel_id/permissions.ts
View
api/src/routes/channels/#channel_id/webhooks.ts
View
api/src/routes/guilds/#guild_id/bans.ts
View
api/src/routes/guilds/#guild_id/channels.ts
View
api/src/routes/guilds/#guild_id/index.ts
View
api/src/routes/guilds/#guild_id/members/#member_id/index.ts
View
api/src/routes/guilds/#guild_id/members/index.ts
View
api/src/routes/guilds/#guild_id/regions.ts
View
api/src/routes/guilds/#guild_id/roles.ts
View
api/src/routes/guilds/#guild_id/templates.ts
View
api/src/routes/guilds/#guild_id/vanity-url.ts
View
api/src/routes/guilds/#guild_id/voice-states/#user_id/index.ts
View
api/src/routes/guilds/#guild_id/voice-states/@me/index.ts
View
api/src/routes/guilds/#guild_id/welcome_screen.ts
View
api/src/routes/guilds/#guild_id/widget.json.ts
View
api/src/routes/guilds/#guild_id/widget.ts
View
api/src/routes/guilds/index.ts
View
api/src/routes/guilds/templates/index.ts
View
api/src/routes/users/#id/index.ts
View
api/src/routes/users/#id/profile.ts
View
api/src/routes/users/@me/channels.ts
View
api/src/routes/users/@me/index.ts
View
api/src/routes/users/@me/relationships.ts
View
api/src/routes/users/@me/settings.ts
View
api/src/routes/voice/regions.ts
View
api/src/test/password_test.ts
View
api/src/util/index.ts 0 → 100644
View
api/src/util/passwordStrength.ts
View
api/tests/automatic.test.js 0 → 100644
View
api/tsconfig.json
View
bundle/package-lock.json
View
bundle/package.json
View
bundle/tsconfig-paths-bootstrap.js 0 → 100644
View
cdn/package.json
View
cdn/scripts/tsconfig-paths-bootstrap.js 0 → 100644
View
cdn/src/routes/attachments.ts
View
cdn/src/routes/avatars.ts
View
cdn/src/routes/external.ts
View
cdn/tsconfig.json
View
gateway/package-lock.json
Too large (Show diff)
View
gateway/package.json
View
gateway/scripts/tsconfig-paths-bootstrap.js 0 → 100644
View
gateway/src/events/Close.ts
View
gateway/src/events/Connection.ts
View
gateway/src/events/Message.ts
View
gateway/src/index.ts
View
gateway/src/listener/listener.ts
View
gateway/src/opcodes/Heartbeat.ts
View
gateway/src/opcodes/Identify.ts
View
gateway/src/opcodes/LazyRequest.ts
View
gateway/src/opcodes/PresenceUpdate.ts
View
gateway/src/opcodes/RequestGuildMembers.ts
View
gateway/src/opcodes/Resume.ts
View
gateway/src/opcodes/VoiceStateUpdate.ts
View
gateway/src/opcodes/index.ts
View
gateway/src/opcodes/instanceOf.ts
View
gateway/src/util/Send.ts
View
gateway/src/util/WebSocket.ts
View
gateway/src/util/index.ts 0 → 100644
View
gateway/tsconfig.json
View
util/package-lock.json
View
util/package.json
View
util/src/interfaces/Event.ts
View
util/src/util/Constants.ts
View
util/src/util/Database.ts