oops wrong number

This commit is contained in:
Ashley 2024-08-24 13:55:33 +00:00
parent e0d21c04e2
commit 00ca80f59d

View file

@ -1,7 +1,7 @@
function execute(client, event, args) {
var info = `${client.name}\n\n`;
var info = `Source code: https://git.lgbt/root/possumbot\n`;
info += `Commands: ${client.commands.length}\n`;
info += `Modules: ${client.commands.length}\n`;
info += `Modules: ${client.modules.length}\n`;
info += `Prefix: ${process.env.PREFIX} (you can also mention the bot!)\n`;
info += `Owner: ${process.env.OWNER_ID}`;