mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
6 lines
171 B
C#
6 lines
171 B
C#
namespace NadekoBot.Modules.Administration;
|
|
|
|
public static class NotifyKeys
|
|
{
|
|
public static TypedKey<LevelUpNotifyModel> LevelUp { get; } = new("notify:levelup");
|
|
} |