fix: ✏️ add missing plugin name

cover
jay 3 years ago
parent a7ccb08d43
commit f4445749e6
  1. 2
      lib/plugins/sleeper.js

@ -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}`)

Loading…
Cancel
Save