FishingGuildConfig: {
    allowedChannelIds: string[];
    cooldownOverrideMs: number | null;
    dockChannelId: string | null;
    enabled: boolean;
    logChannelId: string | null;
}