Browse Source

Make sure to reply with the about bot embed

pull/10/head
Abheek Dhawan 4 years ago
parent
commit
a945b873c3
  1. 2
      bot/awesomescibo.js

2
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);
}
}

Loading…
Cancel
Save