.liqu can be ordered by keywords (default) or id now, closes #1857
This commit is contained in:
@ -13,4 +13,11 @@ namespace NadekoBot.Core.Services.Database.Models
|
||||
[Required]
|
||||
public string Text { get; set; }
|
||||
}
|
||||
|
||||
|
||||
public enum OrderType
|
||||
{
|
||||
Id,
|
||||
Keyword
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user