From 67616deb79be8a532e0b506c5d8b2dd354ba890b Mon Sep 17 00:00:00 2001 From: Kwoth Date: Fri, 16 Aug 2024 23:47:21 +0000 Subject: [PATCH] dev: moved xpnotificationlocation to its own file --- src/NadekoBot/Db/Models/xp/XpNotificationLocation.cs | 1 + 1 file changed, 1 insertion(+) 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