move footer_notice from lang files to source code

This commit is contained in:
Kaaninchen
2026-08-23 16:09:52 +02:00
parent 10b6ee560e
commit dc2f9dade0
4 changed files with 7 additions and 16 deletions
+1 -7
View File
@@ -1,6 +1,6 @@
# generated by datamodel-codegen:
# filename: en.yaml
# timestamp: 2026-08-20T10:40:43+00:00
# timestamp: 2026-08-23T14:08:25+00:00
from __future__ import annotations
@@ -19,11 +19,6 @@ class Channel:
short_name: str
@dataclass
class Footer:
notice: str
@dataclass
class Info:
description: str
@@ -45,7 +40,6 @@ class Announcement:
@dataclass
class Embeds:
footer: Footer
info: Info
announcement: Announcement