namespace Foxcord.Gateway.Events.Commands; public interface IGatewayCommand { public GatewayPacket ToGatewayPacket(); }