Initial commit, basic proxying working
This commit is contained in:
7
Myriad/Gateway/Events/MessageUpdateEvent.cs
Normal file
7
Myriad/Gateway/Events/MessageUpdateEvent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Myriad.Gateway
|
||||
{
|
||||
public record MessageUpdateEvent(ulong Id, ulong ChannelId): IGatewayEvent
|
||||
{
|
||||
// TODO: lots of partials
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user