From 4a1ecbaf2cf3cfffa5073eb4930ad4b50ec5fe26 Mon Sep 17 00:00:00 2001 From: jknight-liatrio Date: Thu, 26 Oct 2023 11:15:13 -0500 Subject: [PATCH 1/6] Update redeem.js --- service/redeem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/redeem.js b/service/redeem.js index 62397d9b..ade854ed 100644 --- a/service/redeem.js +++ b/service/redeem.js @@ -63,7 +63,7 @@ function redeemSelector(gratibotRewards) { for (let i = 0; i < gratibotRewards.length; i++) { const item = { name: `${gratibotRewards[i].name}`, - cost: `${gratibotRewards[i].cost}`, + cost: `${gratibotRewards[i].cost}s`, }; options.push({ text: { From 69ad561a8c525202c15cef61a5d96ad8689ebb58 Mon Sep 17 00:00:00 2001 From: jknight-liatrio Date: Thu, 26 Oct 2023 11:15:50 -0500 Subject: [PATCH 2/6] Update help.js --- features/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/help.js b/features/help.js index 4908ee50..22334029 100644 --- a/features/help.js +++ b/features/help.js @@ -14,7 +14,7 @@ module.exports = function (app) { }; const helpMarkdown = ` -:wave: Hi their! Let's take a look at what I can do! +:wave: Hi there! Let's take a look at what I can do! From 5cff5abef86b513903f82e9789c7f4d7b97de54b Mon Sep 17 00:00:00 2001 From: jknight-liatrio Date: Thu, 26 Oct 2023 12:00:28 -0500 Subject: [PATCH 3/6] Update redeem.js --- service/redeem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/redeem.js b/service/redeem.js index ade854ed..62397d9b 100644 --- a/service/redeem.js +++ b/service/redeem.js @@ -63,7 +63,7 @@ function redeemSelector(gratibotRewards) { for (let i = 0; i < gratibotRewards.length; i++) { const item = { name: `${gratibotRewards[i].name}`, - cost: `${gratibotRewards[i].cost}s`, + cost: `${gratibotRewards[i].cost}`, }; options.push({ text: { From 1b6f3e11b03b86ddc985faaacf7ccdc422aabbd2 Mon Sep 17 00:00:00 2001 From: jknight-liatrio Date: Thu, 26 Oct 2023 12:31:31 -0500 Subject: [PATCH 4/6] Update redeem.js --- service/redeem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/redeem.js b/service/redeem.js index 62397d9b..65d6dc9c 100644 --- a/service/redeem.js +++ b/service/redeem.js @@ -51,7 +51,7 @@ function redeemItems(gratibotRewards) { accessory: { type: "image", image_url: `${gratibotRewards[i].imageURL}`, - alt_text: `Image of ${gratibotRewards[i].name}`, + alt_text: `Image of ${gratibotRewards[i].name}s`, }, }); } From f62e67c02af03b73c4a4fe2a8b3f024f5d11bc49 Mon Sep 17 00:00:00 2001 From: jknight-liatrio Date: Thu, 26 Oct 2023 13:55:31 -0500 Subject: [PATCH 5/6] Update redeem.js --- service/redeem.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/redeem.js b/service/redeem.js index 65d6dc9c..ade854ed 100644 --- a/service/redeem.js +++ b/service/redeem.js @@ -51,7 +51,7 @@ function redeemItems(gratibotRewards) { accessory: { type: "image", image_url: `${gratibotRewards[i].imageURL}`, - alt_text: `Image of ${gratibotRewards[i].name}s`, + alt_text: `Image of ${gratibotRewards[i].name}`, }, }); } @@ -63,7 +63,7 @@ function redeemSelector(gratibotRewards) { for (let i = 0; i < gratibotRewards.length; i++) { const item = { name: `${gratibotRewards[i].name}`, - cost: `${gratibotRewards[i].cost}`, + cost: `${gratibotRewards[i].cost}s`, }; options.push({ text: { From 2590f9c0824f3ccfca08542f10ab97e248048f88 Mon Sep 17 00:00:00 2001 From: jknight-liatrio Date: Thu, 26 Oct 2023 14:40:18 -0500 Subject: [PATCH 6/6] Update redeem.js --- service/redeem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/redeem.js b/service/redeem.js index ade854ed..62397d9b 100644 --- a/service/redeem.js +++ b/service/redeem.js @@ -63,7 +63,7 @@ function redeemSelector(gratibotRewards) { for (let i = 0; i < gratibotRewards.length; i++) { const item = { name: `${gratibotRewards[i].name}`, - cost: `${gratibotRewards[i].cost}s`, + cost: `${gratibotRewards[i].cost}`, }; options.push({ text: {