Browse Source

Fix merge tags

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

3
bot/awesomescibo.js

@ -488,10 +488,7 @@ async function userRounds(message) {
}); });
const roundsEmbed = new Discord.MessageEmbed() const roundsEmbed = new Discord.MessageEmbed()
<<<<<<< HEAD
=======
.setAuthor(message.author.tag, message.author.displayAvatarURL()) .setAuthor(message.author.tag, message.author.displayAvatarURL())
>>>>>>> e70c83d (Change embed title and add author)
.setTitle(`Last 5 rounds requested by ${message.author.tag}`) .setTitle(`Last 5 rounds requested by ${message.author.tag}`)
.setDescription(finalMessage) .setDescription(finalMessage)
.setTimestamp(); .setTimestamp();

Loading…
Cancel
Save