index fix

This commit is contained in:
Master Kwoth 2016-05-05 17:18:28 +02:00
parent 0022c7cb8d
commit 33e576dfcc

View File

@ -86,7 +86,7 @@ namespace NadekoBot.Modules.Administration.Commands
{
NadekoBot.Config.CustomReactions.Remove(name);
}
message = $"Deleted response #{index} from `{name}`";
message = $"Deleted response #{index + 1} from `{name}`";
}
else
{