This commit is contained in:
2026-01-15 17:38:22 +01:00
parent 992736167c
commit 3c3799dfd5
3 changed files with 3 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ interface user {
token: string;
password: string;
dev: boolean;
bot: boolean;
}
interface message {