Initial commit, basic proxying working
This commit is contained in:
7
Myriad/Gateway/Events/MessageReactionRemoveEvent.cs
Normal file
7
Myriad/Gateway/Events/MessageReactionRemoveEvent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Myriad.Types;
|
||||
|
||||
namespace Myriad.Gateway
|
||||
{
|
||||
public record MessageReactionRemoveEvent
|
||||
(ulong UserId, ulong ChannelId, ulong MessageId, ulong? GuildId, Emoji Emoji): IGatewayEvent;
|
||||
}
|
Reference in New Issue
Block a user