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