forked from cadence/out-of-your-element
allow migrating from old to new bridge
This commit is contained in:
parent
5185ae45ab
commit
39458bd2bf
13 changed files with 214 additions and 42 deletions
|
@ -23,9 +23,9 @@ const sync = new HeatSync({watchFS: false})
|
|||
|
||||
Object.assign(passthrough, {config, sync})
|
||||
|
||||
const DiscordClient = require("../d2m/discord-client", false)
|
||||
const DiscordClient = require("../d2m/discord-client")
|
||||
|
||||
const discord = new DiscordClient(config.discordToken, false)
|
||||
const discord = new DiscordClient(config.discordToken, "no")
|
||||
passthrough.discord = discord
|
||||
|
||||
;(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue