transitous rewrite: multiple languages support

This commit is contained in:
Kaaninchen
2026-08-17 21:04:47 +02:00
parent bbc2be89e9
commit a6e15f5cd6
11 changed files with 152 additions and 18 deletions
+1 -1
View File
@@ -1,5 +1,4 @@
import json
import os
from dataclasses import dataclass, field
from typing import Optional
@@ -8,6 +7,7 @@ class DiscordConfig:
token: str
server: int
vc: int
lang: str
formatting: str
emojis: bool