Skip to content

Commit

Permalink
Fix error message to have correct channel name
Browse files Browse the repository at this point in the history
  • Loading branch information
FO-nTTaX authored Oct 15, 2024
1 parent 5fa050a commit 8afc272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/error_display.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8afc272

Please sign in to comment.