diff options
| author | Pitu <[email protected]> | 2019-02-19 00:06:38 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-02-19 00:06:38 +0900 |
| commit | e33cf304495d327b152a01cc6906643ccd8dd62a (patch) | |
| tree | 1e98761a19d03c97621b95873464d1acea428a75 /src/api/structures | |
| parent | CRLF to LF (diff) | |
| download | host.fuwn.me-e33cf304495d327b152a01cc6906643ccd8dd62a.tar.xz host.fuwn.me-e33cf304495d327b152a01cc6906643ccd8dd62a.zip | |
Changes
Diffstat (limited to 'src/api/structures')
| -rw-r--r-- | src/api/structures/Server.js | 2 |
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(); |