Skip to content

Commit

Permalink
vender -> vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
FaiThiX committed Oct 12, 2024
1 parent 147599b commit 2856cc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/discordTools/discordEmbeds.js
Original file line number Diff line number Diff line change
Expand Up @@ -759,14 +759,14 @@ module.exports = {
const smallOilRigFieldName = Client.client.intlGet(guildId, 'smallOilRig');
const largeOilRigFieldName = Client.client.intlGet(guildId, 'largeOilRig');
const chinook47FieldName = Client.client.intlGet(guildId, 'chinook47');
const travelingVenderFieldName = Client.client.intlGet(guildId, 'travelingVendor');
const travelingVendorFieldName = Client.client.intlGet(guildId, 'travelingVendor');

const cargoShipMessage = rustplus.getCommandCargo(true);
const patrolHelicopterMessage = rustplus.getCommandHeli(true);
const smallOilMessage = rustplus.getCommandSmall(true);
const largeOilMessage = rustplus.getCommandLarge(true);
const ch47Message = rustplus.getCommandChinook(true);
const travelingVenderMessage = rustplus.getCommandTravelingVendor(true);
const travelingVendorMessage = rustplus.getCommandTravelingVendor(true);

return module.exports.getEmbed({
title: Client.client.intlGet(guildId, 'eventInfo'),
Expand All @@ -780,7 +780,7 @@ module.exports = {
{ name: smallOilRigFieldName, value: `\`${smallOilMessage}\``, inline: true },
{ name: largeOilRigFieldName, value: `\`${largeOilMessage}\``, inline: true },
{ name: chinook47FieldName, value: `\`${ch47Message}\``, inline: true },
{ name: travelingVenderFieldName, value: `\`${travelingVenderMessage}\``, inline: true }],
{ name: travelingVendorFieldName, value: `\`${travelingVendorMessage}\``, inline: true }],
timestamp: true
});
},
Expand Down

0 comments on commit 2856cc0

Please sign in to comment.