mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
feat(structures/channel): add getters and handlers to Channel struct (#533)
* export CleanVoiceState interface * feat(structures): channels getter voiceStates * feat(structures): channels add connectedMembers * feat(structures): channel add disconnect * Update channel.ts * feat(structures): channels add delete * idk * feat(structures): channel add editOverwrite * feat(structures): channel add deleteOverewrite * feat(structures): channel add edit * feat(structures): channel add hasPermission
This commit is contained in:
@@ -345,7 +345,7 @@ export interface Guild {
|
||||
invites(): ReturnType<typeof getInvites>;
|
||||
}
|
||||
|
||||
interface CleanVoiceState extends VoiceState {
|
||||
export interface CleanVoiceState extends VoiceState {
|
||||
/** The guild id where this voice state is from */
|
||||
guildID: string;
|
||||
/** The channel id where this voice state is from */
|
||||
|
||||
Reference in New Issue
Block a user