mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-17 03:38:17 +00:00
refactor: rename slowmode to rateLimitPerUser (#645)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user