index fix
This commit is contained in:
parent
0022c7cb8d
commit
33e576dfcc
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user