Updating mineflayer
This commit is contained in:
12
utils/mineflayer/limbo.js
Normal file
12
utils/mineflayer/limbo.js
Normal 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');
|
||||
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user