diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index bdf59c8..aeb350b 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -426,6 +426,8 @@ async function about(action, interaction) { .addField("Servers", client.guilds.cache.size, true) .addField("Training Users", await userScore.countDocuments({})) .setTimestamp(); + + interaction.reply(aboutBotEmbed); } }