Initial commit, basic proxying working
This commit is contained in:
6
Myriad/Gateway/Events/GuildUpdateEvent.cs
Normal file
6
Myriad/Gateway/Events/GuildUpdateEvent.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Myriad.Types;
|
||||
|
||||
namespace Myriad.Gateway
|
||||
{
|
||||
public record GuildUpdateEvent: Guild, IGatewayEvent;
|
||||
}
|
Reference in New Issue
Block a user