mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-09 11:53:04 +02:00
Store invite
in database and sync power on startup
This commit is contained in:
parent
74632c671c
commit
df1296e579
8 changed files with 119 additions and 4 deletions
1
start.js
1
start.js
|
@ -34,6 +34,7 @@ discord.snow.requestHandler.on("requestError", data => {
|
|||
await migrate.migrate(db)
|
||||
await discord.cloud.connect()
|
||||
console.log("Discord gateway started")
|
||||
require("./matrix/power.js")
|
||||
|
||||
require("./stdin")
|
||||
})()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue