aboutsummaryrefslogtreecommitdiff
path: root/src/api/structures/Server.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/structures/Server.js')
-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();