feature: IVoiceChannel implements IMentionable (#1896)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user