mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
Moved webserver to own dir
This commit is contained in:
parent
6588aaf41f
commit
527e82a40c
2 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import { MongoClient } from "mongodb";
|
||||||
import MongoDBProvider from "commando-provider-mongo";
|
import MongoDBProvider from "commando-provider-mongo";
|
||||||
import requestCacheSupport from "request-promise-cache";
|
import requestCacheSupport from "request-promise-cache";
|
||||||
import checkCustomCommands from "./helpers/customCommands";
|
import checkCustomCommands from "./helpers/customCommands";
|
||||||
import controlPanel from "./helpers/controlPanel";
|
import controlPanel from "./web/controlPanel";
|
||||||
|
|
||||||
module.exports = class Wunderbot extends commando.Client {
|
module.exports = class Wunderbot extends commando.Client {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue