From c22cc05e1bfb3d90f788f78cfd160f656e130496 Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Wed, 9 Jun 2021 18:27:18 -0600 Subject: [PATCH] info shit --- commands/misc/info.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/misc/info.js b/commands/misc/info.js index 4aba6a6..b181419 100644 --- a/commands/misc/info.js +++ b/commands/misc/info.js @@ -21,8 +21,8 @@ module.exports = { return message.channel.send(new Discord.MessageEmbed() .setAuthor("About Me!", client.users.cache.get(client.developers[Math.floor(Math.random() * client.developers.length)]).avatarURL()) .setThumbnail(client.user.avatarURL({size: 1024})) - .setDescription(`I am created by WubzyGD#8766 and Slushie#1234 - a pair conveniently known as LunoDev - in JavaScript/Discord.js!\n\nI'm a powerful all-purpose bot with everything you could want or need, and I have my own set of unique skills that you won't find anywhere else ^^`) - .addField("Presence", `I'm currently in **${client.guilds.cache.size}** servers, and I'm watching over approximately **${client.users.cache.size}** people!`) + .setDescription(`I am created by WubzyGD#8766 for Crescent's Family as an all-purpose bot to end the need for more than one bot.`) + .addField("Presence", `I'm watching over approximately **${client.users.cache.size}** people in this server!`) .addField("Restarts", botData.restarts, true) .addField("Commands Executed", `${botData.commands}${user ? `\nYou: **${user.commands}** | **${Math.floor((user.commands / botData.commands) * 100)}%**` : ''}`, true) .addField("Last Restart", moment(botData.lastRestart).fromNow(), true)