Text fixes

Very minor fix, closed sentence with "!".
This commit is contained in:
Rob 2016-02-23 23:51:43 -05:00
parent 81daf2969b
commit cd9a63fa2a

View File

@ -78,7 +78,7 @@ namespace NadekoBot.Modules
cgb.CreateCommand("poketype")
.Parameter("target", Discord.Commands.ParameterType.Required)
.Description("Gets the users element type. Use this to do more damage with strike")
.Description("Gets the users element type. Use this to do more damage with strike!")
.Do(async e =>
{
var usr = e.Server.FindUsers(e.GetArg("target")).FirstOrDefault();