Fixes?
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,4 +1,4 @@
|
|||||||
[submodule "Discord.Net"]
|
[submodule "Discord.Net"]
|
||||||
path = discord.net
|
path = Discord.Net
|
||||||
url = https://github.com/Kwoth/Discord.Net
|
url = https://github.com/Kwoth/Discord.Net
|
||||||
branch = rogue-dev
|
branch = rogue-dev
|
||||||
|
@@ -27,6 +27,6 @@ namespace NadekoBot.Services.Database.Models
|
|||||||
[NotMapped]
|
[NotMapped]
|
||||||
public ITextChannel Channel { get; set; }
|
public ITextChannel Channel { get; set; }
|
||||||
|
|
||||||
public List<ClashCaller> Bases { get; set; }
|
public List<ClashCaller> Bases { get; set; } = new List<ClashCaller>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -7,6 +7,6 @@ namespace NadekoBot.Services.Database.Models
|
|||||||
public string Name { get; set; }
|
public string Name { get; set; }
|
||||||
public string Author { get; set; }
|
public string Author { get; set; }
|
||||||
public ulong AuthorId { get; set; }
|
public ulong AuthorId { get; set; }
|
||||||
public List<PlaylistSong> Songs { get; set; }
|
public List<PlaylistSong> Songs { get; set; } = new List<PlaylistSong>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user