Skip to content

Commit

Permalink
Fix for issue #32
Browse files Browse the repository at this point in the history
  • Loading branch information
WillTDA committed Apr 6, 2022
1 parent b7bc5f8 commit a6a4426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ module.exports = async function (input, options = {}) {

let noResEmbed = {
title: translations.gameEnded,
description: `**${inputData.author.username}, ${translations.gameEndDesc}**`,
description: `**${inputData.author.username}, ${translations.gameEndedDesc}**`,
color: options.embedColor,
author: { name: usertag, icon_url: avatar }
}
Expand Down

0 comments on commit a6a4426

Please sign in to comment.