summary refs log tree commit diff
path: root/src/routes/api/v8/channels
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-22 17:33:41 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-22 17:33:41 +0100
commite8943897324674c030f81a7404b779c9449286b4 (patch)
treede5fee254787117342b8e3e61628c8d2ec917c83 /src/routes/api/v8/channels
parent:art: restructed guilds (diff)
downloadserver-e8943897324674c030f81a7404b779c9449286b4.tar.xz
:sparkles: [Member] pagination
Diffstat (limited to 'src/routes/api/v8/channels')
-rw-r--r--src/routes/api/v8/channels/#CHANNELID/webhooks.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/routes/api/v8/channels/#CHANNELID/webhooks.ts b/src/routes/api/v8/channels/#CHANNELID/webhooks.ts
new file mode 100644

index 00000000..9a4e81fa --- /dev/null +++ b/src/routes/api/v8/channels/#CHANNELID/webhooks.ts
@@ -0,0 +1,4 @@ +import { Router } from "express"; +const router: Router = Router(); + +export default router;