;3
This commit is contained in:
parent
adc449f765
commit
415265360f
@ -217,7 +217,8 @@ namespace NadekoBot.Modules.Music
|
|||||||
await e.Channel.SendMessage($"🎵 `Default volume set to {volume}%`").ConfigureAwait(false);
|
await e.Channel.SendMessage($"🎵 `Default volume set to {volume}%`").ConfigureAwait(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
cgb.CreateCommand("mute").Alias("min")
|
cgb.CreateCommand("mute")
|
||||||
|
.Alias("min")
|
||||||
.Description("Sets the music volume to 0%\n**Usage**: `!m min`")
|
.Description("Sets the music volume to 0%\n**Usage**: `!m min`")
|
||||||
.Do(e =>
|
.Do(e =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user