remove comment (testing git)

This commit is contained in:
mallory 2024-09-07 19:11:35 -04:00
parent bb30a52357
commit 71fea5523f

View file

@ -231,7 +231,7 @@ class HelperBot extends CollabVMClient {
if (username == this.GetUsername()) return;
if (message[0] === config.BOT_PREFIX) {
this.HandleCommands(username, message.replaceAll("\\", "\\\\")); // thanks js
this.HandleCommands(username, message.replaceAll("\\", "\\\\"));
}
}