From 3a2b60a580314632c7c5557d2b884aad5aa8d094 Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Sun, 4 Aug 2024 02:00:36 -0400 Subject: [PATCH] Fixed typo --- plugins/selfcare.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/selfcare.js b/plugins/selfcare.js index f1f31bc..7abfe50 100755 --- a/plugins/selfcare.js +++ b/plugins/selfcare.js @@ -28,7 +28,7 @@ module.exports = { b.sc_tasks[name] = new SCTask(failTask, chatCommand, startFailed) } - // Selfcare tasks + // Self care tasks // Operator b.add_sc_task('op', '/op @s[type=player]', true) @@ -43,7 +43,7 @@ module.exports = { } }) - // Commandspy + // CommandSpy if (!b.host.options.isVanilla) { b.add_sc_task('cspy', '/cspy on', true, true) b.on('plainchat', (msg) => {