Skip to content

Commit

Permalink
reword trythis.ts (#21)
Browse files Browse the repository at this point in the history
Replaces "mod" with "addon" when referring to the A32NX.
  • Loading branch information
NUTTTTTTTT authored Aug 27, 2021
1 parent 6d3a6df commit 0d625b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/trythis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.' },
})),
};

0 comments on commit 0d625b7

Please sign in to comment.