Added Leaderboard to Quotes
This commit is contained in:
@@ -24,7 +24,9 @@ module.exports = {
|
||||
const embed = new EmbedBuilder()
|
||||
.setTitle('Honors Leaderboard')
|
||||
.setThumbnail('https://cdn.discordapp.com/attachments/1152723542836772914/1152940755539722240/pngwing.com.png')
|
||||
.setDescription(fields.toString());
|
||||
.setDescription(fields.toString())
|
||||
.setColor('#5865F2') // Discord's blurple color
|
||||
.setFooter({ text: 'Use ◄ ► to navigate' });
|
||||
await interaction.update({
|
||||
embeds: [embed],
|
||||
components: [interaction.message.components[0]]
|
||||
|
||||
@@ -22,7 +22,9 @@ module.exports = {
|
||||
const embed = new EmbedBuilder()
|
||||
.setTitle('Honors Leaderboard')
|
||||
.setThumbnail('https://cdn.discordapp.com/attachments/1152723542836772914/1152940755539722240/pngwing.com.png')
|
||||
.setDescription(fields.toString());
|
||||
.setDescription(fields.toString())
|
||||
.setColor('#5865F2') // Discord's blurple color
|
||||
.setFooter({ text: 'Use ◄ ► to navigate' });
|
||||
await interaction.update({
|
||||
embeds: [embed],
|
||||
components: [interaction.message.components[0]]
|
||||
|
||||
@@ -32,7 +32,10 @@ module.exports = {
|
||||
const embed = new EmbedBuilder()
|
||||
.setTitle('Honors Leaderboard')
|
||||
.setThumbnail('https://cdn.discordapp.com/attachments/1152723542836772914/1152940755539722240/pngwing.com.png')
|
||||
.setDescription(fields.toString());
|
||||
.setDescription(fields.toString())
|
||||
.setColor('#5865F2') // Discord's blurple color
|
||||
.setFooter({ text: 'Use ◄ ► to navigate' });
|
||||
|
||||
await interaction.update({
|
||||
embeds: [embed],
|
||||
components: [interaction.message.components[0]]
|
||||
|
||||
Reference in New Issue
Block a user