Suppresses all errors including the ones from all other limiters. Embeds and {execute} can be used in the brackets.
FUNCTION USAGE
$suppressErrors
$suppressErrors[]
$suppressErrors[error]
​
Properties:
[]- Leave brackets empty to silently suppress all errors.error- The error message to send to the channel if the bot encounters an error.
​
​
$suppressErrors[] or $suppressErrors[error message] - Suppresses all errors made by the bot, even your own limiters. An empty field means there will be no error message (silent error)