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
|
lrn
|
||||||
});
|
});
|
||||||
interaction.editReply({
|
interaction.editReply({
|
||||||
|
content: `<:success:1305271084806963220> LRN for \`${did}\` is \`${lrn.lrn}\``,
|
||||||
ephemeral: showLrn, embeds: [{
|
ephemeral: showLrn, embeds: [{
|
||||||
title: `LRN for ${did}`,
|
title: `LRN for ${did}`,
|
||||||
fields: [
|
fields: [
|
||||||
|
@ -173,6 +174,7 @@ Client.on("interactionCreate", async (interaction) => {
|
||||||
// Spit out cached version
|
// Spit out cached version
|
||||||
let lrn = cached.lrn;
|
let lrn = cached.lrn;
|
||||||
interaction.reply({
|
interaction.reply({
|
||||||
|
content: `<:cached:1305276187966443612> LRN for \`${did}\``,
|
||||||
ephemeral: showLrn, embeds: [{
|
ephemeral: showLrn, embeds: [{
|
||||||
title: `LRN for ${did}`,
|
title: `LRN for ${did}`,
|
||||||
fields: [
|
fields: [
|
||||||
|
|
Loading…
Reference in a new issue