export interface GuildCreateResponse {
	id: string;
}
