aboutsummaryrefslogtreecommitdiff
path: root/src/api/structures
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-02-19 00:06:38 +0900
committerPitu <[email protected]>2019-02-19 00:06:38 +0900
commite33cf304495d327b152a01cc6906643ccd8dd62a (patch)
tree1e98761a19d03c97621b95873464d1acea428a75 /src/api/structures
parentCRLF to LF (diff)
downloadhost.fuwn.me-e33cf304495d327b152a01cc6906643ccd8dd62a.tar.xz
host.fuwn.me-e33cf304495d327b152a01cc6906643ccd8dd62a.zip
Changes
Diffstat (limited to 'src/api/structures')
-rw-r--r--src/api/structures/Server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/structures/Server.js b/src/api/structures/Server.js
index 0b05570..5ead078 100644
--- a/src/api/structures/Server.js
+++ b/src/api/structures/Server.js
@@ -79,4 +79,4 @@ class Server {
}
}
-module.exports = Server;
+new Server().start();