fixed !m dv
description
This commit is contained in:
parent
b83e1d74f8
commit
3f2b98f3b0
@ -201,7 +201,7 @@ namespace NadekoBot.Modules.Music
|
|||||||
cgb.CreateCommand("defvol")
|
cgb.CreateCommand("defvol")
|
||||||
.Alias("dv")
|
.Alias("dv")
|
||||||
.Description("Sets the default music volume when music playback is started (0-100)." +
|
.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)
|
.Parameter("val", ParameterType.Required)
|
||||||
.Do(async e =>
|
.Do(async e =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user