summary refs log tree commit diff
path: root/src/schema
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-26 00:12:27 +0200
committerGitHub <noreply@github.com>2021-04-26 00:12:27 +0200
commit40e86e43a40a1b64eedeb2a2e5238bf6c1bb7afd (patch)
tree9f2883ce00b27e5ee431529f6d8a0ce4965f17a8 /src/schema
parent:bug: fix dev script (diff)
parentMerge branch 'master' of https://github.com/aryan0078/fosscord-api (diff)
downloadserver-40e86e43a40a1b64eedeb2a2e5238bf6c1bb7afd.tar.xz
Merge pull request #86 from aryan0078/master
Channel Delete + Modify Route
Diffstat (limited to 'src/schema')
-rw-r--r--src/schema/Channel.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema/Channel.ts b/src/schema/Channel.ts

index 70e305e4..3189091d 100644 --- a/src/schema/Channel.ts +++ b/src/schema/Channel.ts
@@ -37,7 +37,7 @@ export interface ChannelModifySchema { topic?: string; bitrate?: number; user_limit?: number; - rate_limit_per_user?: Number; + rate_limit_per_user?: number; position?: number; permission_overwrites?: { id: string;