Moved webserver to own dir

This commit is contained in:
filipnyquist 2018-05-20 21:14:43 +02:00
parent 6588aaf41f
commit 527e82a40c
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@ import { MongoClient } from "mongodb";
import MongoDBProvider from "commando-provider-mongo";
import requestCacheSupport from "request-promise-cache";
import checkCustomCommands from "./helpers/customCommands";
import controlPanel from "./helpers/controlPanel";
import controlPanel from "./web/controlPanel";
module.exports = class Wunderbot extends commando.Client {
constructor() {