mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
feat(GuildChannelStore): add support for create to accept a position
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -1782,6 +1782,7 @@ declare module 'discord.js' {
|
||||
parent?: ChannelResolvable;
|
||||
permissionOverwrites?: OverwriteResolvable[] | Collection<Snowflake, OverwriteResolvable>;
|
||||
rateLimitPerUser?: number;
|
||||
position?: number;
|
||||
reason?: string
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user