diff --git a/MCGalaxy/Commands/Bots/CmdBot.cs b/MCGalaxy/Commands/Bots/CmdBot.cs index 9d6bf6aba..afc5a24aa 100644 --- a/MCGalaxy/Commands/Bots/CmdBot.cs +++ b/MCGalaxy/Commands/Bots/CmdBot.cs @@ -131,7 +131,9 @@ namespace MCGalaxy.Commands.Bots { Player.Message(p, "%HSets the text shown when a player clicks on this bot"); Player.Message(p, "%HSee %T/help mb %Hfor more details on "); Player.Message(p, "%T/Bot deathmessage [name] "); - Player.Message(p, "%HSets the message shown when this bot kills a player"); + Player.Message(p, "%HSets the message shown when this bot kills a player"); + Player.Message(p, "%T/Bot rename [name] [new name] %H- Renames a bot"); + Player.Message(p, "%H Note: To change name tag of a bot, use %T/nick bot"); } } }