#How can I disable printing errors in channel?
1 messages · Page 1 of 1 (latest)
Hey! Once your issue is solved, press the button below to close this thread!
client: Client = Client(
send_command_tracebacks=False,
)
Try this
Worked, thanks👍
1 messages · Page 1 of 1 (latest)
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?
Hey! Once your issue is solved, press the button below to close this thread!
client: Client = Client(
send_command_tracebacks=False,
)
Try this
Worked, thanks👍