Fixed a typo and removed an old class

This commit is contained in:
Profitroll 2025-02-16 21:07:52 +01:00
parent a1bfbb537a
commit 222a618591
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
2 changed files with 1 additions and 10 deletions

View File

@ -1,3 +1,3 @@
from .pycord_guild import PycordGuild
from .pycord_guild_colors import PycordGuildColor
from .pycord_guild_colors import PycordGuildColors
from .pycord_user import PycordUser

View File

@ -1,9 +0,0 @@
from dataclasses import dataclass
@dataclass
class PycordGuildColors:
default: str
success: str
warning: str
error: str