diff options
Diffstat (limited to '')
-rw-r--r-- | gateway/src/Server.ts (renamed from src/Server.ts) | 0 | ||||
-rw-r--r-- | gateway/src/events/Close.ts (renamed from src/events/Close.ts) | 0 | ||||
-rw-r--r-- | gateway/src/events/Connection.ts (renamed from src/events/Connection.ts) | 0 | ||||
-rw-r--r-- | gateway/src/events/Message.ts (renamed from src/events/Message.ts) | 0 | ||||
-rw-r--r-- | gateway/src/index.ts (renamed from src/index.ts) | 0 | ||||
-rw-r--r-- | gateway/src/listener/listener.ts (renamed from src/listener/listener.ts) | 0 | ||||
-rw-r--r-- | gateway/src/opcodes/Heartbeat.ts (renamed from src/opcodes/Heartbeat.ts) | 0 | ||||
-rw-r--r-- | gateway/src/opcodes/Identify.ts (renamed from src/opcodes/Identify.ts) | 0 | ||||
-rw-r--r-- | gateway/src/opcodes/LazyRequest.ts (renamed from src/opcodes/LazyRequest.ts) | 0 | ||||
-rw-r--r-- | gateway/src/opcodes/PresenceUpdate.ts (renamed from src/opcodes/PresenceUpdate.ts) | 0 | ||||
-rw-r--r-- | gateway/src/opcodes/RequestGuildMembers.ts (renamed from src/opcodes/RequestGuildMembers.ts) | 0 | ||||
-rw-r--r-- | gateway/src/opcodes/Resume.ts (renamed from src/opcodes/Resume.ts) | 0 | ||||
-rw-r--r-- | gateway/src/opcodes/VoiceStateUpdate.ts (renamed from src/opcodes/VoiceStateUpdate.ts) | 0 | ||||
-rw-r--r-- | gateway/src/opcodes/experiments.json (renamed from src/opcodes/experiments.json) | 0 | ||||
-rw-r--r-- | gateway/src/opcodes/index.ts (renamed from src/opcodes/index.ts) | 0 | ||||
-rw-r--r-- | gateway/src/opcodes/instanceOf.ts (renamed from src/opcodes/instanceOf.ts) | 0 | ||||
-rw-r--r-- | gateway/src/schema/Activity.ts (renamed from src/schema/Activity.ts) | 0 | ||||
-rw-r--r-- | gateway/src/schema/Emoji.ts (renamed from src/schema/Emoji.ts) | 0 | ||||
-rw-r--r-- | gateway/src/schema/Identify.ts (renamed from src/schema/Identify.ts) | 0 | ||||
-rw-r--r-- | gateway/src/schema/LazyRequest.ts (renamed from src/schema/LazyRequest.ts) | 0 | ||||
-rw-r--r-- | gateway/src/schema/VoiceStateUpdate.ts.ts (renamed from src/schema/VoiceStateUpdate.ts.ts) | 0 | ||||
-rw-r--r-- | gateway/src/start.ts (renamed from src/start.ts) | 0 | ||||
-rw-r--r-- | gateway/src/util/Config.ts (renamed from src/util/Config.ts) | 0 | ||||
-rw-r--r-- | gateway/src/util/Constants.ts (renamed from src/util/Constants.ts) | 0 | ||||
-rw-r--r-- | gateway/src/util/Send.ts (renamed from src/util/Send.ts) | 0 | ||||
-rw-r--r-- | gateway/src/util/WebSocket.ts (renamed from src/util/WebSocket.ts) | 0 | ||||
-rw-r--r-- | gateway/src/util/setHeartbeat.ts (renamed from src/util/setHeartbeat.ts) | 0 |
27 files changed, 0 insertions, 0 deletions
diff --git a/src/Server.ts b/gateway/src/Server.ts |