From b1b0c3692e82b26121dc35114efa1080f440c155 Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Tue, 2 Jan 2024 01:17:01 +1100 Subject: [PATCH] Forgot to add disclaimer --- src/commands/academy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/academy.ts b/src/commands/academy.ts index b18a50c..41f6f58 100644 --- a/src/commands/academy.ts +++ b/src/commands/academy.ts @@ -25,7 +25,7 @@ export default class Academy { query: async()=>{ const answer = interaction.options.getString('answer'); const queryFound = this.yaml_file.articles.find(x=>x.embed.title === answer); - interaction.reply({embeds: [new client.embed() + interaction.reply({content: 'This command is a trial run, it may stay or be removed in near future.', embeds: [new client.embed() .setColor(client.config.embedColor) .setTitle(queryFound.embed.title) .setURL(`https://www.farming-simulator.com/newsArticle.php?news_id=${queryFound.embed.id}`)