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