Skip to content

Commit

Permalink
Allow kicking voice channel members in typings (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skillz4Killz authored and abalabahaha committed Nov 25, 2019
1 parent 598dabc commit 5c59f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -538,7 +538,7 @@ declare namespace Eris {
nick?: string;
mute?: boolean;
deaf?: boolean;
channelID?: string;
channelID?: string | null;
}
interface RoleOptions {
name?: string;
Expand Down

0 comments on commit 5c59f17

Please sign in to comment.