Files
PluralKit/Myriad/Gateway/Events/InteractionCreateEvent.cs
2020-12-22 13:15:26 +01:00

6 lines
122 B
C#

using Myriad.Types;
namespace Myriad.Gateway
{
public record InteractionCreateEvent: Interaction, IGatewayEvent;
}