Updating mineflayer

This commit is contained in:
2023-03-17 11:13:38 +01:00
parent 5ba2051af5
commit 51e2fd8d59
4 changed files with 20 additions and 12 deletions

12
utils/mineflayer/limbo.js Normal file
View File

@@ -0,0 +1,12 @@
module.exports = {
name: 'limbo',
description: 'Sends bot to limbo.',
type: 'spawn',
async execute() {
const bot = require ('../../index.js');
bot.chat('/locraw');
}
};