oops wrong number
This commit is contained in:
parent
e0d21c04e2
commit
00ca80f59d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
function execute(client, event, args) {
|
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 += `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 += `Prefix: ${process.env.PREFIX} (you can also mention the bot!)\n`;
|
||||||
info += `Owner: ${process.env.OWNER_ID}`;
|
info += `Owner: ${process.env.OWNER_ID}`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue