fix: ✏️ add missing plugin name
This commit is contained in:
		| @@ -27,7 +27,7 @@ function sleep(quiet) { | ||||
|     if (bed && bedstatus == "") { | ||||
|         bot.lookAt(bed.position) | ||||
|         bot.waitForChunksToLoad(() => { | ||||
|             cfg.plugins.moveNear(bed.position) | ||||
|             cfg.plugins.mover.moveNear(bed.position) | ||||
|             bot.sleep(bed, (err) => { | ||||
|                 if (err) { | ||||
|                     !quiet && bot.chat(`can't sleep: ${err.message}`) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user