WIP: Custom channels

This commit is contained in:
2023-05-04 16:09:47 +02:00
parent 86de0dc6aa
commit b8cc18041e
7 changed files with 381 additions and 2 deletions

6
enums/colors.py Normal file
View File

@@ -0,0 +1,6 @@
from enum import IntEnum
class Color(IntEnum):
fail = 0xd6345b
success = 0x84d961
default = 0xa7a6ab