export interface Guild{ _id: string; guildId: string; giveawayLogChannelId: string; autoroleLogChannelId: string; }