summary refs log tree commit diff
path: root/src/util/schemas/BotModifySchema.ts
blob: 19a5c54e7e3f0286e8f564b174a11eb0299919b3 (plain) (blame)
1
2
3
4
export interface BotModifySchema {
	avatar?: string;
	username?: string;
}