maybe it just needs time to work idk
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 43s
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 43s
This commit is contained in:
@ -162,10 +162,10 @@ app.use(
|
||||
})
|
||||
);
|
||||
|
||||
app.onStart(() => {
|
||||
app.onStart(async () => {
|
||||
console.log("Listening on port http://localhost:8080");
|
||||
if (isProduction()) {
|
||||
initDiscordBot();
|
||||
await initDiscordBot();
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user