diff options
Diffstat (limited to 'src/api/structures/Server.js')
| -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(); |