mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
nadekobot almost builds
This commit is contained in:
7
src/Nadeko.Bot.Common/IPlaceholderProvider.cs
Normal file
7
src/Nadeko.Bot.Common/IPlaceholderProvider.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
#nullable disable
|
||||
namespace NadekoBot.Common;
|
||||
|
||||
public interface IPlaceholderProvider
|
||||
{
|
||||
public IEnumerable<(string Name, Func<string> Func)> GetPlaceholders();
|
||||
}
|
Reference in New Issue
Block a user