namespace NadekoBot.Common.ModuleBehaviors; /// /// Last thing to be executed, won't stop further executions /// public interface ILateExecutor { Task LateExecute(IGuild guild, IUserMessage msg); }