Make broadcasts persistent, fix Postgres database upgrades, fix image slash commands with text not working in DMs

This commit is contained in:
Essem 2022-10-25 12:37:55 -05:00
parent 089b750838
commit 5d679dbb7a
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
8 changed files with 37 additions and 9 deletions

View file

@ -27,7 +27,7 @@ export default async (client) => {
logger.log("info", "The help docs have been generated.");
}
checkBroadcast(client);
await checkBroadcast(client);
activityChanger(client);
ready = true;