summary refs log tree commit diff
path: root/src/util/schemas/responses/GuildCreateResponse.ts
blob: 8185cb86bcb0029add9003d14a75afc97fe57b25 (plain) (blame)
1
2
3
export interface GuildCreateResponse {
	id: string;
}