diff --git a/NadekoBot/Modules/Administration/Commands/CustomReactionsCommands.cs b/NadekoBot/Modules/Administration/Commands/CustomReactionsCommands.cs index cd083ce5..5b6da2e9 100644 --- a/NadekoBot/Modules/Administration/Commands/CustomReactionsCommands.cs +++ b/NadekoBot/Modules/Administration/Commands/CustomReactionsCommands.cs @@ -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 {