Files
illegitimate-bot/utils/mineflayer/limbo.js
2023-03-17 11:13:38 +01:00

12 lines
207 B
JavaScript

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