Minor fix

This commit is contained in:
Kwoth
2016-10-08 12:04:46 +02:00
parent 24978b7cb5
commit f97550ee3e
3 changed files with 35 additions and 35 deletions

View File

@@ -521,7 +521,7 @@ namespace NadekoBot.Modules.Administration
[NadekoCommand, Usage, Description, Aliases]
[RequireContext(ContextType.Guild)]
[OwnerOnly]
public async Task NewAvatar(IUserMessage umsg, [Remainder] string img = null)
public async Task SetAvatar(IUserMessage umsg, [Remainder] string img = null)
{
var channel = (ITextChannel)umsg.Channel;