mirror of
https://gitlab.com/Deukhoofd/DeukBot4.git
synced 2025-09-03 08:07:19 +00:00
Just noticed I didn't finish the help message
This commit is contained in:
parent
6e00f9b700
commit
a5f94715c3
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user