tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IDiscordResponders.cs
Go to the documentation of this file.
1using Remora.Discord.API.Abstractions.Gateway.Events;
2using Remora.Discord.Gateway.Responders;
3
5{
9 interface IDiscordResponders : IResponder<IMessageCreate>, IResponder<IReady>
10 {
11 }
12}
Combined interface for the IResponder types used by TGS.