diff --git a/index.js b/index.js index 4eb2ba6..7f3a8e5 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ const storage = new SimpleFsStorageProvider("storage.json"); const client = new MatrixClient(config.baseUrl, config.token, storage); AutojoinRoomsMixin.setupOnClient(client) -client.start().then(() => console.log(`Client has started!`)); +client.start().then(() => console.log(`Client has started!\n`)); let messageCounter = 0;