diff --git a/src/NadekoBot/Modules/Administration/Administration.cs b/src/NadekoBot/Modules/Administration/Administration.cs
index ee120b2f..5c3489ec 100644
--- a/src/NadekoBot/Modules/Administration/Administration.cs
+++ b/src/NadekoBot/Modules/Administration/Administration.cs
@@ -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;
diff --git a/src/NadekoBot/Resources/CommandStrings.Designer.cs b/src/NadekoBot/Resources/CommandStrings.Designer.cs
index e99a1739..eeffeacd 100644
--- a/src/NadekoBot/Resources/CommandStrings.Designer.cs
+++ b/src/NadekoBot/Resources/CommandStrings.Designer.cs
@@ -303,7 +303,7 @@ namespace NadekoBot.Resources {
}
///
- /// Looks up a localized string similar to ani anime aq.
+ /// Looks up a localized string similar to anime ani aq.
///
public static string anime_cmd {
get {
@@ -4217,33 +4217,6 @@ namespace NadekoBot.Resources {
}
}
- ///
- /// Looks up a localized string similar to newavatar setavatar.
- ///
- public static string newavatar_cmd {
- get {
- return ResourceManager.GetString("newavatar_cmd", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Sets a new avatar image for the NadekoBot. Argument is a direct link to an image. .
- ///
- public static string newavatar_desc {
- get {
- return ResourceManager.GetString("newavatar_desc", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to `.setavatar http://i.imgur.com/xTG3a1I.jpg`.
- ///
- public static string newavatar_usage {
- get {
- return ResourceManager.GetString("newavatar_usage", resourceCulture);
- }
- }
-
///
/// Looks up a localized string similar to next n.
///
@@ -5918,6 +5891,33 @@ namespace NadekoBot.Resources {
}
}
+ ///
+ /// Looks up a localized string similar to setavatar setav.
+ ///
+ public static string setavatar_cmd {
+ get {
+ return ResourceManager.GetString("setavatar_cmd", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Sets a new avatar image for the NadekoBot. Argument is a direct link to an image. .
+ ///
+ public static string setavatar_desc {
+ get {
+ return ResourceManager.GetString("setavatar_desc", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to `.setav http://i.imgur.com/xTG3a1I.jpg`.
+ ///
+ public static string setavatar_usage {
+ get {
+ return ResourceManager.GetString("setavatar_usage", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to setchanlname schn.
///
diff --git a/src/NadekoBot/Resources/CommandStrings.resx b/src/NadekoBot/Resources/CommandStrings.resx
index 34b069bd..c3f0ce99 100644
--- a/src/NadekoBot/Resources/CommandStrings.resx
+++ b/src/NadekoBot/Resources/CommandStrings.resx
@@ -738,14 +738,14 @@
`.newnm BotName`
-
- newavatar setavatar
+
+ setavatar setav
-
+
Sets a new avatar image for the NadekoBot. Argument is a direct link to an image.
-
- `.setavatar http://i.imgur.com/xTG3a1I.jpg`
+
+ `.setav http://i.imgur.com/xTG3a1I.jpg`
setgame
@@ -2044,7 +2044,7 @@
`~yt query`
- ani anime aq
+ anime ani aq
Queries anilist for an anime and shows the first result.