Files
nadekobot/src/NadekoBot/Modules/Administration/Notify/NotifyKeys.cs

6 lines
171 B
C#

namespace NadekoBot.Modules.Administration;
public static class NotifyKeys
{
public static TypedKey<LevelUpNotifyModel> LevelUp { get; } = new("notify:levelup");
}