export interface BotModifySchema {
	avatar?: string;
	username?: string;
}