mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 23:48:01 +00:00
8 lines
96 B
TypeScript
8 lines
96 B
TypeScript
|
export const account = {
|
||
|
id: '0',
|
||
|
name: '藍',
|
||
|
username: 'ai',
|
||
|
host: null,
|
||
|
isBot: true,
|
||
|
};
|