mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 20:25:40 +00:00
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
export interface BotModifySchema {
|
|
avatar?: string;
|
|
username?: string;
|
|
} |