#How can I disable printing errors in channel?

1 messages · Page 1 of 1 (latest)

vivid birch
#

When my bot gets a critical error, it prints the error into terminal, but it also throws the error as an embed into the textchannel.
How can I disable the printing in the textchannel?

acoustic lakeBOT
#

Hey! Once your issue is solved, press the button below to close this thread!

remote owl
#
client: Client = Client(
    send_command_tracebacks=False,
)

Try this