mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-27 23:45:22 +00:00
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
export interface BotModifySchema {
|
|
avatar?: string;
|
|
username?: string;
|
|
}
|