mirror of
https://gitlab.com/Deukhoofd/DeukBot4.git
synced 2025-10-27 17:00:05 +00:00
Just noticed I didn't finish the help message
This commit is contained in:
@@ -96,7 +96,7 @@ namespace DeukBot4.MessageHandlers.CommandHandler
|
|||||||
}
|
}
|
||||||
|
|
||||||
[Command("avatar", PermissionLevel.Everyone)]
|
[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)]
|
[CommandParameters(ParameterMatcher.ParameterType.User)]
|
||||||
public async Task GetAvatar(CommandRequest request)
|
public async Task GetAvatar(CommandRequest request)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user