feat: galleon of ghouls #2280
@ -76,6 +76,6 @@ export const saveConfig = async (): Promise<void> => {
|
|||||||
export const syncConfigWithDatabase = (): void => {
|
export const syncConfigWithDatabase = (): void => {
|
||||||
// Event messages are deleted after endDate. Since we don't use beginDate/endDate and instead have config toggles, we need to delete the messages once those bools are false.
|
// Event messages are deleted after endDate. Since we don't use beginDate/endDate and instead have config toggles, we need to delete the messages once those bools are false.
|
||||||
if (!config.worldState?.galleonOfGhouls) {
|
if (!config.worldState?.galleonOfGhouls) {
|
||||||
void Inbox.deleteMany({ goalTag: "GalleonRobbery" });
|
void Inbox.deleteMany({ goalTag: "GalleonRobbery" }).then(() => {}); // For some reason, I can't just do `Inbox.deleteMany(...)`; it needs this whole circus.
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user