diff --git a/src/NadekoBot/Db/Models/xp/XpNotificationLocation.cs b/src/NadekoBot/Db/Models/xp/XpNotificationLocation.cs index 7f72945d1..ea8398a6e 100644 --- a/src/NadekoBot/Db/Models/xp/XpNotificationLocation.cs +++ b/src/NadekoBot/Db/Models/xp/XpNotificationLocation.cs @@ -4,4 +4,5 @@ public enum XpNotificationLocation { None, Dm, + Channel } \ No newline at end of file