mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 02:38:27 -04:00
dev: .whosplaying code cleanup
This commit is contained in:
7
src/NadekoBot/Db/Models/xp/XpNotificationLocation.cs
Normal file
7
src/NadekoBot/Db/Models/xp/XpNotificationLocation.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace NadekoBot.Db.Models;
|
||||
|
||||
public enum XpNotificationLocation
|
||||
{
|
||||
None,
|
||||
Dm,
|
||||
}
|
Reference in New Issue
Block a user