Just noticed I didn't finish the help message

This commit is contained in:
Deukhoofd 2018-05-18 14:24:12 +02:00
parent 6e00f9b700
commit a5f94715c3
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ namespace DeukBot4.MessageHandlers.CommandHandler
}
[Command("avatar", PermissionLevel.Everyone)]
[CommandHelp("Gets a users avatar", "Gets a users avatar. Returns avatar of user using the command")]
[CommandHelp("Gets a users avatar", "Gets a users avatar. Returns avatar of user using the command if no user was specified.")]
[CommandParameters(ParameterMatcher.ParameterType.User)]
public async Task GetAvatar(CommandRequest request)
{