feature: IVoiceChannel implements IMentionable (#1896)
This commit is contained in:
@@ -12,6 +12,8 @@ namespace Discord
|
||||
|
||||
public int? UserLimit => throw new NotImplementedException();
|
||||
|
||||
public string Mention => throw new NotImplementedException();
|
||||
|
||||
public ulong? CategoryId => throw new NotImplementedException();
|
||||
|
||||
public int Position => throw new NotImplementedException();
|
||||
|
||||
Reference in New Issue
Block a user