Forgot to add a file

This commit is contained in:
Master Kwoth 2017-11-26 10:45:50 +07:00
parent 33b034b27e
commit c651ca6c7a

View File

@ -17,7 +17,7 @@ namespace NadekoBot.Core.Services.Database.Models
public enum OrderType public enum OrderType
{ {
Id, Id = -1,
Keyword Keyword = -2
} }
} }