Skip to content

Commit 11f5f79

Browse files
committed
👀
1 parent c98adb7 commit 11f5f79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

basicBot.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@
771771
var messageNumber = basicBot.room.roomstats.songCount % basicBot.settings.intervalMessages.length;
772772
msg = basicBot.settings.intervalMessages[messageNumber];
773773
}
774-
API.sendChat('/me ' + msg);
774+
API.sendChat('/me '+msg);
775775
}
776776
},
777777
updateBlacklists: function () {
@@ -3722,3 +3722,5 @@
37223722

37233723
loadChat(basicBot.startup);
37243724
}).call(this);
3725+
3726+
// isebella sux

0 commit comments

Comments
 (0)