From 6c10e25bcabe4fd2ddc6c3fcd2da7e7ed4d17064 Mon Sep 17 00:00:00 2001 From: xnacly Date: Sun, 3 Jan 2021 22:43:52 +0100 Subject: routes + util + snowflake --- src/routes/api/v8/channel/#CHANNELID/followers.ts | 0 src/routes/api/v8/channel/#CHANNELID/invites.ts | 0 src/routes/api/v8/channel/#CHANNELID/messages.ts | 0 src/routes/api/v8/channel/#CHANNELID/permissions.ts | 0 src/routes/api/v8/channel/#CHANNELID/pins.ts | 0 src/routes/api/v8/channel/#CHANNELID/recipients.ts | 0 src/routes/api/v8/channel/#CHANNELID/typing.ts | 0 src/routes/api/v8/guilds/templates/index.ts | 0 src/routes/api/v8/invite/index.ts | 0 9 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/routes/api/v8/channel/#CHANNELID/followers.ts create mode 100644 src/routes/api/v8/channel/#CHANNELID/invites.ts create mode 100644 src/routes/api/v8/channel/#CHANNELID/messages.ts create mode 100644 src/routes/api/v8/channel/#CHANNELID/permissions.ts create mode 100644 src/routes/api/v8/channel/#CHANNELID/pins.ts create mode 100644 src/routes/api/v8/channel/#CHANNELID/recipients.ts create mode 100644 src/routes/api/v8/channel/#CHANNELID/typing.ts create mode 100644 src/routes/api/v8/guilds/templates/index.ts create mode 100644 src/routes/api/v8/invite/index.ts (limited to 'src/routes/api/v8') diff --git a/src/routes/api/v8/channel/#CHANNELID/followers.ts b/src/routes/api/v8/channel/#CHANNELID/followers.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/channel/#CHANNELID/invites.ts b/src/routes/api/v8/channel/#CHANNELID/invites.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/channel/#CHANNELID/messages.ts b/src/routes/api/v8/channel/#CHANNELID/messages.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/channel/#CHANNELID/permissions.ts b/src/routes/api/v8/channel/#CHANNELID/permissions.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/channel/#CHANNELID/pins.ts b/src/routes/api/v8/channel/#CHANNELID/pins.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/channel/#CHANNELID/recipients.ts b/src/routes/api/v8/channel/#CHANNELID/recipients.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/channel/#CHANNELID/typing.ts b/src/routes/api/v8/channel/#CHANNELID/typing.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/guilds/templates/index.ts b/src/routes/api/v8/guilds/templates/index.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/invite/index.ts b/src/routes/api/v8/invite/index.ts new file mode 100644 index 00000000..e69de29b -- cgit 1.5.1