8 lines
No EOL
128 B
C#
8 lines
No EOL
128 B
C#
using Foxcord.Models;
|
|
|
|
namespace Foxcord.Gateway.Events.Dispatch;
|
|
|
|
public class MessageCreateEvent : Message, IDispatch
|
|
{
|
|
|
|
} |