Interface IChannelContext
Provides access to channel information for commands and interactions.
public interface IChannelContext : IContext
Properties
Channel
Channel in which the handled command or interaction was invoked.
TextChannel? Channel { get; }
Property Value
Remarks
May be null if the channel has not been cached.