From 33e576dfcc4d4c3a7a409d687e76355d9805c0b5 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Thu, 5 May 2016 17:18:28 +0200 Subject: [PATCH] index fix --- .../Modules/Administration/Commands/CustomReactionsCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {