From 55e9115bcb13d6ccb2dce9e0d0ddd604bec9c857 Mon Sep 17 00:00:00 2001 From: miraai Date: Tue, 2 Aug 2016 02:02:58 +0200 Subject: [PATCH] Update MusicModule.cs --- NadekoBot/Modules/Music/MusicModule.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NadekoBot/Modules/Music/MusicModule.cs b/NadekoBot/Modules/Music/MusicModule.cs index eaf290ba..e0045ab9 100644 --- a/NadekoBot/Modules/Music/MusicModule.cs +++ b/NadekoBot/Modules/Music/MusicModule.cs @@ -756,7 +756,7 @@ namespace NadekoBot.Modules.Music cgb.CreateCommand(Prefix + "getlink") .Alias(Prefix + "gl") - .Description("Shows a link to the song in the queue by index, or the currently playing song by default.") + .Description("Shows a link to the song in the queue by index, or the currently playing song by default. | `{Prefix}gl`") .Parameter("index", ParameterType.Optional) .Do(async e => { @@ -791,7 +791,7 @@ namespace NadekoBot.Modules.Music cgb.CreateCommand(Prefix + "autoplay") .Alias(Prefix + "ap") - .Description("Toggles autoplay - When the song is finished, automatically queue a related youtube song. (Works only for youtube songs and when queue is empty)") + .Description("Toggles autoplay - When the song is finished, automatically queue a related youtube song. (Works only for youtube songs and when queue is empty) | `{Prefix}ap`") .Do(async e => {