Initial commit, basic proxying working
This commit is contained in:
12
Myriad/Gateway/Events/GuildCreateEvent.cs
Normal file
12
Myriad/Gateway/Events/GuildCreateEvent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
using Myriad.Types;
|
||||
|
||||
namespace Myriad.Gateway
|
||||
{
|
||||
public record GuildCreateEvent: Guild, IGatewayEvent
|
||||
{
|
||||
public Channel[] Channels { get; init; }
|
||||
public GuildMember[] Members { get; init; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user