Add some finishing touches to LRN
This commit is contained in:
parent
379dc9f714
commit
5520234055
2
index.js
2
index.js
|
@ -144,6 +144,7 @@ Client.on("interactionCreate", async (interaction) => {
|
|||
lrn
|
||||
});
|
||||
interaction.editReply({
|
||||
content: `<:success:1305271084806963220> LRN for \`${did}\` is \`${lrn.lrn}\``,
|
||||
ephemeral: showLrn, embeds: [{
|
||||
title: `LRN for ${did}`,
|
||||
fields: [
|
||||
|
@ -173,6 +174,7 @@ Client.on("interactionCreate", async (interaction) => {
|
|||
// Spit out cached version
|
||||
let lrn = cached.lrn;
|
||||
interaction.reply({
|
||||
content: `<:cached:1305276187966443612> LRN for \`${did}\``,
|
||||
ephemeral: showLrn, embeds: [{
|
||||
title: `LRN for ${did}`,
|
||||
fields: [
|
||||
|
|
Loading…
Reference in a new issue