added comment

This commit is contained in:
MaxRobinsonTheGreat 2024-05-10 12:37:52 -05:00
parent 76aa9539fb
commit 25853aa49b

View file

@ -137,7 +137,7 @@ export class Agent {
continue;
}
// commented for now, maybe should add a 'verbose' option to settings.json to enable cleaner output
// let pre_message = res.substring(0, res.indexOf(command_name)).trim();
// let chat_message = `*used ${command_name.substring(1)}*`;
// if (pre_message.length > 0)