handleError

Handles CommandHandler Errors | Function

handleError(error, showFullErrorLog, command)
Parameter
Description
Type

error

The Error instance

any

showFullErrorLog

Whether to show the full error log

Boolean | undefined

command?

The command name

String

Returns

never

Last updated