dgs.utils.constants.PRINT_PRIORITY

dgs.utils.constants.PRINT_PRIORITY: dict[str, int] = {'CRITICAL': 50, 'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'WARNING': 30}

Stringified names of all the available print / logging priorities.