refactor!: rewrite bot core; add AI (Ollama, Gemini), DB, new commands
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export type StoredUser = {
|
||||
id: number;
|
||||
isBot: boolean;
|
||||
firstName: string;
|
||||
lastName?: string;
|
||||
userName?: string;
|
||||
isPremium?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user