From da48250ad49e4351678cd03da7d77f47e7dcff98 Mon Sep 17 00:00:00 2001 From: Toastie Date: Sat, 17 Aug 2024 19:05:33 +1200 Subject: [PATCH] moved xpnotificationlocation to its own file --- src/EllieBot/Db/Models/xp/XpNotificationLocation.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/EllieBot/Db/Models/xp/XpNotificationLocation.cs b/src/EllieBot/Db/Models/xp/XpNotificationLocation.cs index 0a9356f..e5c24c7 100644 --- a/src/EllieBot/Db/Models/xp/XpNotificationLocation.cs +++ b/src/EllieBot/Db/Models/xp/XpNotificationLocation.cs @@ -4,4 +4,5 @@ public enum XpNotificationLocation { None, Dm, + Channel } \ No newline at end of file