Preliminary support for APIv9 and threads
This commit is contained in:
6
Myriad/Gateway/Events/ThreadCreateEvent.cs
Normal file
6
Myriad/Gateway/Events/ThreadCreateEvent.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Myriad.Types;
|
||||
|
||||
namespace Myriad.Gateway
|
||||
{
|
||||
public record ThreadCreateEvent: Channel, IGatewayEvent;
|
||||
}
|
Reference in New Issue
Block a user