From 6e1029897eb35e49c3eb5f2201cbf3c5c86befa5 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Sun, 4 Apr 2021 20:42:51 -0500 Subject: [PATCH] Fix title for aboutBot command --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index f690d3b..ed4ddce 100644 --- a/bot.js +++ b/bot.js @@ -99,7 +99,7 @@ async function aboutBot(message) { }) .catch(console.error); const aboutBotEmbed = new Discord.MessageEmbed() - .setTitle("Invite link!") + .setTitle("About AwesomeMod!") .setURL(`https://github.com/ADawesomeguy/AwesomeMod`) .setAuthor(client.user.tag, client.user.avatarURL()) .addField(`Servers`, `${serverCount}`, true)