Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Update datatypes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TurnrDev authored Oct 16, 2023
1 parent 9387a40 commit ffba2e1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions trainerdex/discord_bot/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,13 @@ def from_mapping(cls, mapping: Mapping) -> Self:

@dataclass(frozen=True)
class GlobalConfig:
embed_footer: str = "Provided with ❤️ by TrainerDex"
notice: str | None = None
embed_footer: str = "Provided with ❤️ by TrainerDex. Sunsetting on <t:1704067199:D> 💔"
notice: str | None = """After careful consideration, we have reached a difficult decision. We will be winding down TrainerDex, and this process will be completed on <t:1704067199:D>.
If you would like to retain a copy of your data please email Jay at [email protected].
Thank you for being part of the TrainerDex community. It's been an incredible journey, and we appreciate your support.
""".strip()


@dataclass
Expand Down

0 comments on commit ffba2e1

Please sign in to comment.