Browse Source

Change embed title and add author

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

2
bot/awesomescibo.js

@ -488,7 +488,7 @@ async function userRounds(message) {
});
const roundsEmbed = new Discord.MessageEmbed()
.setTitle(`Rounds requested by ${message.author.tag}`)
.setTitle(`Last 5 rounds requested by ${message.author.tag}`)
.setDescription(finalMessage)
.setTimestamp();

Loading…
Cancel
Save