GloryBot/classes/pycordguild_colors.py
2024-05-01 21:15:35 +02:00

10 lines
138 B
Python

from dataclasses import dataclass
@dataclass
class PycordGuildColors:
default: str
success: str
warning: str
error: str