forked from cadence/out-of-your-element
space and room creation
This commit is contained in:
parent
51480e21e5
commit
c7868e9dbb
15 changed files with 328 additions and 36 deletions
7
stdin.js
7
stdin.js
|
@ -4,7 +4,12 @@ const repl = require("repl")
|
|||
const util = require("util")
|
||||
|
||||
const passthrough = require("./passthrough")
|
||||
const { discord, config, sync } = passthrough
|
||||
const { discord, config, sync, db } = passthrough
|
||||
|
||||
const createSpace = sync.require("./d2m/actions/create-space.js")
|
||||
const createRoom = sync.require("./d2m/actions/create-room.js")
|
||||
const mreq = sync.require("./matrix/mreq.js")
|
||||
const guildID = "112760669178241024"
|
||||
|
||||
const extraContext = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue