refactor: rename slowmode to rateLimitPerUser (#645)

This commit is contained in:
ayntee
2021-03-08 19:10:19 +04:00
committed by GitHub
parent 419f57ec74
commit 03d6614758
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ export interface Channel {
lastMessageID?: string;
/** The amount of users allowed in this voice channel. */
userLimit?: number;
/** The rate limit(slowmode) in this text channel that users can send messages. */
/** The rate limit (slowmode) in this text channel that users can send messages. */
rateLimitPerUser?: number;
/** The category id for this channel */
parentID?: string;