Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit a9df183

Browse files
committed
Fix accidental category wipeout on startup
1 parent d57e9be commit a9df183

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/services/implement/major/implement.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,9 @@ export class MajorImplementService {
364364
if(!guildContext.guild.channels.resolve(id)) {
365365
guildContext.guildLog(`Removed missing category ID ${id} from ${major.prefix} major implement`);
366366
update = true;
367+
return false;
367368
}
369+
return true;
368370
});
369371
}
370372

0 commit comments

Comments
 (0)