Fix message sent when user is trying give themselves !neutral karma
This commit is contained in:
parent
6c142f41d3
commit
c77b501b6c
4 changed files with 16 additions and 1 deletions
|
@ -125,7 +125,7 @@ namespace Geekbot.Bot.Commands.User
|
|||
var actor = await GetUser(Context.User.Id);
|
||||
if (user.Id == Context.User.Id)
|
||||
{
|
||||
await ReplyAsync(string.Format(Localization.Karma.CannotChangeOwnDown, Context.User.Username));
|
||||
await ReplyAsync(string.Format(Localization.Karma.CannotChangeOwnSame, Context.User.Username));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue