From b5dad1a4f40f2361ee8dbc61a7acfe4e71c540fa Mon Sep 17 00:00:00 2001 From: gor_down Date: Fri, 6 Dec 2024 02:45:28 -0300 Subject: [PATCH] asd --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ab30aaf..773d47c 100644 --- a/index.js +++ b/index.js @@ -107,7 +107,7 @@ client.addListener('registered', () => { }); function messagePrompt(){ - rl.question(settings.username + ': ', (command) => { + rl.question(client.nick + ': ', (command) => { const split = command.split("!")