From 0d625b7844abb3e15c5abeb8c320da82d5d902ef Mon Sep 17 00:00:00 2001 From: NUT <87286435+NUTTTTTTTT@users.noreply.github.com> Date: Fri, 27 Aug 2021 02:00:11 +0100 Subject: [PATCH] reword trythis.ts (#21) Replaces "mod" with "addon" when referring to the A32NX. --- src/commands/trythis.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/trythis.ts b/src/commands/trythis.ts index 3e576e65..6b56cbbd 100644 --- a/src/commands/trythis.ts +++ b/src/commands/trythis.ts @@ -8,7 +8,7 @@ export const trythis: CommandDefinition = { category: CommandCategory.FBW, executor: (msg) => msg.channel.send(makeEmbed({ title: 'Try This', - description: 'Please try and remove all other mods/liveries from the community folder and test our mod again. This will help rule out mod conflicts.', + description: 'Please try and remove all other mods/liveries from the community folder and test our addon again. This will help rule out mod conflicts.', footer: { text: 'Report back the result of this test.' }, })), };