#nullable disable namespace NadekoBot.Common; public interface IPlaceholderProvider { public IEnumerable<(string Name, Func Func)> GetPlaceholders(); }