fixed !m dv description

This commit is contained in:
Master Kwoth 2016-07-05 02:05:53 +02:00
parent b83e1d74f8
commit 3f2b98f3b0

View File

@ -201,7 +201,7 @@ namespace NadekoBot.Modules.Music
cgb.CreateCommand("defvol")
.Alias("dv")
.Description("Sets the default music volume when music playback is started (0-100)." +
" Does not persist through restarts.\n**Usage**: `!m dv 80`")
" Persists through restarts.\n**Usage**: `!m dv 80`")
.Parameter("val", ParameterType.Required)
.Do(async e =>
{