re-added --start-time (-s) to .race, updated libraries, version upped to 2.6.0, added 'options' field to help if command has extra options (only .race atm)
This commit is contained in:
@ -51,6 +51,7 @@ namespace NadekoBot.Core.Services.Database.Repositories.Impl
|
||||
.Include(gc => gc.NsfwBlacklistedTags)
|
||||
.Include(gc => gc.XpSettings)
|
||||
.ThenInclude(x => x.ExclusionList)
|
||||
.Include(gc => gc.MusicSettings)
|
||||
.ToList();
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user