when logging lines longer than 1000 character discord is not using syntax highlighting for these log messages
logger.error('1000' + '.' * 992)
logger.error('1001' + '.' * 993)

tested working solution is to split longer lines into max length of 996 characters