Revert "Beautifying"

This reverts commit 3a3bb89635
This commit is contained in:
2023-04-24 22:02:52 +00:00
parent 6dbb92241a
commit 510f6afd23
40 changed files with 3329 additions and 3951 deletions

View File

@@ -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")
}
};