using ServerManagerTool.Discord.Enums; using System.Collections.Generic; namespace ServerManagerTool.Discord.Delegates { public delegate IList HandleCommandDelegate(CommandType commandType, string serverId, string channelId, string profileId); }