namespace NadekoBot.Common.ModuleBehaviors; public interface ILateBlocker { public int Priority { get; } Task TryBlockLate(ICommandContext context, string moduleName, CommandInfo command); }