@@ -1,11 +1,12 @@
|
||||
module.exports = {
|
||||
name: "limbo",
|
||||
description: "Sends bot to limbo.",
|
||||
type: "spawn",
|
||||
name: 'limbo',
|
||||
description: 'Sends bot to limbo.',
|
||||
type: 'spawn',
|
||||
|
||||
async execute() {
|
||||
const bot = require("../../index.js");
|
||||
async execute() {
|
||||
const bot = require ('../../index.js');
|
||||
|
||||
bot.chat("\u00a7");
|
||||
}
|
||||
};
|
||||
bot.chat("\u00a7")
|
||||
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user