forked from cadence/out-of-your-element
get room mentions formatting working
This commit is contained in:
parent
0f4f404160
commit
5326b7d6be
6 changed files with 124 additions and 8 deletions
2
index.js
2
index.js
|
@ -13,7 +13,7 @@ Object.assign(passthrough, {config, sync, db})
|
|||
|
||||
const DiscordClient = require("./d2m/discord-client")
|
||||
|
||||
const discord = new DiscordClient(config.discordToken)
|
||||
const discord = new DiscordClient(config.discordToken, true)
|
||||
passthrough.discord = discord
|
||||
|
||||
const as = require("./m2d/appservice")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue