Content deleted Content added
(bot/CD) |
(bot/CD) |
||
Line 3,579:
var version = "0.4.2";
var gitAbbrevHash = "
var gitBranch = "main";
var gitDate = "
var gitVersion = "0.4.2+
/**
Line 15,972:
var deputyAnnouncementsEnglish = {
"deputy.announcement.
"deputy.announcement.
"deputy.announcement.
"deputy.announcement.
};
Line 16,002 ⟶ 16,000:
for (const [id, announcements] of Object.entries(this.knownAnnouncements)) {
if (config.core.seenAnnouncements.get().includes(id)) {
}▼
if (announcements.expiry && (announcements.expiry < new Date())) {
// Announcement has expired. Skip it.
continue;
}
Line 16,053 ⟶ 16,055:
}
DeputyAnnouncements.knownAnnouncements = {
// No active
//
// actions:
// id: 'actionButton',
//
// action: () => { /* do something */ }
//
//
//
▲ }
▲ }
▲ }
};
|