feature: IVoiceChannel implements IMentionable (#1896)

This commit is contained in:
Nikon
2021-08-23 02:00:18 +05:00
committed by GitHub
parent c200861585
commit 3395700720
4 changed files with 12 additions and 2 deletions

View File

@@ -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();