forked from cadence/out-of-your-element
Remove token from config file
This commit is contained in:
parent
c0d92ea66d
commit
cc7831a313
9 changed files with 11 additions and 22 deletions
|
@ -13,7 +13,6 @@ const data = require("./data")
|
|||
const fetch = require("node-fetch")
|
||||
const {green} = require("colorette")
|
||||
|
||||
const config = require("../config")
|
||||
const passthrough = require("../src/passthrough")
|
||||
const db = new sqlite(":memory:")
|
||||
|
||||
|
@ -46,7 +45,7 @@ const discord = {
|
|||
])
|
||||
}
|
||||
|
||||
Object.assign(passthrough, { discord, config, sync, db })
|
||||
Object.assign(passthrough, { discord, sync, db })
|
||||
|
||||
const orm = sync.require("../src/db/orm")
|
||||
passthrough.from = orm.from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue