mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
fix: shorten channel name if it's too long for discords limit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# generated by datamodel-codegen:
|
||||
# filename: en.yaml
|
||||
# timestamp: 2026-08-18T20:08:48+00:00
|
||||
# timestamp: 2026-08-20T10:40:43+00:00
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
@@ -16,6 +16,7 @@ class LongName:
|
||||
@dataclass
|
||||
class Channel:
|
||||
long_name: LongName
|
||||
short_name: str
|
||||
|
||||
|
||||
@dataclass
|
||||
|
||||
Reference in New Issue
Block a user