From 08d83ed413581ec7925a3fe23e9f98e9dd87d2c2 Mon Sep 17 00:00:00 2001 From: Delicious-Flatbread Date: Tue, 22 Mar 2016 18:36:15 -0400 Subject: [PATCH] Update Music.cs --- NadekoBot/Modules/Music.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NadekoBot/Modules/Music.cs b/NadekoBot/Modules/Music.cs index a6187a32..6fa3806b 100644 --- a/NadekoBot/Modules/Music.cs +++ b/NadekoBot/Modules/Music.cs @@ -202,7 +202,7 @@ namespace NadekoBot.Modules { }); cgb.CreateCommand("setgame") - .Description("Sets the game of the bot to the number of songs playing.**Owner only**") + .Description("Sets the game of the bot to the number of songs playing. **Owner only**") .AddCheck(SimpleCheckers.OwnerOnly()) .Do(async e => { await e.Channel.SendMessage("❗This command is deprecated. " + @@ -233,7 +233,7 @@ namespace NadekoBot.Modules { }); cgb.CreateCommand("lopl") - .Description("Queues up to 50 songs from a directory.") + .Description("Queues up to 50 songs from a directory. **Owner Only!**") .Parameter("directory", ParameterType.Unparsed) .AddCheck(Classes.Permissions.SimpleCheckers.OwnerOnly()) .Do(async e => { @@ -261,7 +261,7 @@ namespace NadekoBot.Modules { }); cgb.CreateCommand("lo") - .Description("Queues a local file by specifying a full path. BOT OWNER ONLY.") + .Description("Queues a local file by specifying a full path. **Owner Only!**") .Parameter("path", ParameterType.Unparsed) .AddCheck(Classes.Permissions.SimpleCheckers.OwnerOnly()) .Do(async e => { @@ -307,7 +307,7 @@ namespace NadekoBot.Modules { }); cgb.CreateCommand("cleanup") - .Description("Cleans up hanging voice connections. BOT OWNER ONLY") + .Description("Cleans up hanging voice connections. **Owner Only!**") .AddCheck(SimpleCheckers.OwnerOnly()) .Do(e => { foreach (var kvp in MusicPlayers) {