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("!")