From 8afc272fd08d71bd0b1007c736db0677dd586b09 Mon Sep 17 00:00:00 2001 From: Alex Winkler Date: Tue, 15 Oct 2024 09:43:37 +0200 Subject: [PATCH] Fix error message to have correct channel name --- standard/error_display.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard/error_display.lua b/standard/error_display.lua index 138b89de488..89d4527835a 100644 --- a/standard/error_display.lua +++ b/standard/error_display.lua @@ -22,7 +22,7 @@ local FILTERED_ERROR_STACK_ITEMS = { } local INLINE_ERROR_MESSAGE = - 'Unexpected Error, report this in #bugs on our [https://discord.gg/liquipedia Discord]. ${errorMessage}' + 'Unexpected Error, report this in #report-bugs on our [https://discord.gg/liquipedia Discord]. ${errorMessage}' ---@param props {limit: integer?, errors: Error[]} ---@return Html