From fd27fb00e77b666166433c4dcb0819ae14d96f8f Mon Sep 17 00:00:00 2001 From: Alen Yohannan <66544823+AlenSaito1@users.noreply.github.com> Date: Sat, 3 Oct 2020 13:43:05 +0530 Subject: [PATCH] Bug Fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0b81bb7..484fadc 100644 --- a/index.js +++ b/index.js @@ -58,6 +58,6 @@ const startServer = async (client) => { }) } -create('Zelda', serverOption) +create('session', serverOption) .then(async (client) => startServer(client)) .catch((error) => console.log(error))