Small refactoring. Finally made use of the type parameter in NadekoTypeReader<T> class

This commit is contained in:
Kwoth
2022-01-31 05:45:51 +01:00
parent 0f36242597
commit 3e0bbd8ada
29 changed files with 130 additions and 128 deletions

View File

@@ -21,7 +21,7 @@ public class MusicPlayerSettings
/// <summary>
/// Channel id the bot will always try to send track related messages to
/// </summary>
public ulong? MusicChannelId { get; set; } = null;
public ulong? MusicChannelId { get; set; }
/// <summary>
/// Default volume player will be created with
@@ -32,7 +32,7 @@ public class MusicPlayerSettings
/// Whether the bot should auto disconnect from the voice channel once the queue is done
/// This only has effect if
/// </summary>
public bool AutoDisconnect { get; set; } = false;
public bool AutoDisconnect { get; set; }
/// <summary>
/// Selected quality preset for the music player