This commit is contained in:
simio 2024-12-06 02:45:28 -03:00
parent 495b7b3fab
commit b5dad1a4f4

View File

@ -107,7 +107,7 @@ client.addListener('registered', () => {
});
function messagePrompt(){
rl.question(settings.username + ': ', (command) => {
rl.question(client.nick + ': ', (command) => {
const split = command.split("!")