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

@@ -6,7 +6,7 @@ namespace Discord
/// <summary>
/// Represents a generic voice channel in a guild.
/// </summary>
public interface IVoiceChannel : INestedChannel, IAudioChannel
public interface IVoiceChannel : INestedChannel, IAudioChannel, IMentionable
{
/// <summary>
/// Gets the bit-rate that the clients in this voice channel are requested to use.