Make permissions command apply recursively
This commit is contained in:
parent
3a84658e8b
commit
ddb211f8f3
5 changed files with 69 additions and 36 deletions
4
start.js
4
start.js
|
@ -27,10 +27,6 @@ passthrough.select = orm.select
|
|||
|
||||
sync.require("./m2d/event-dispatcher")
|
||||
|
||||
discord.snow.requestHandler.on("requestError", data => {
|
||||
console.error("request error", data)
|
||||
})
|
||||
|
||||
;(async () => {
|
||||
await migrate.migrate(db)
|
||||
await discord.cloud.connect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue