Make broadcasts persistent, fix Postgres database upgrades, fix image slash commands with text not working in DMs
This commit is contained in:
parent
089b750838
commit
5d679dbb7a
8 changed files with 37 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue