Beautifying

This commit is contained in:
2023-04-24 23:38:33 +02:00
parent e2747dab3f
commit 3a3bb89635
40 changed files with 4010 additions and 3388 deletions

View File

@@ -1,12 +1,11 @@
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");
}
};