From 940cd3b3754911eb7e69e57ca7421db3ce6dc169 Mon Sep 17 00:00:00 2001 From: Zach Jorgensen <60158119+zjorge96@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:06:55 -0700 Subject: [PATCH 1/4] fix: removed duplcate deduction call (#443) --- features/deduction.js | 1 - 1 file changed, 1 deletion(-) diff --git a/features/deduction.js b/features/deduction.js index a82c46d7..bf97fc20 100644 --- a/features/deduction.js +++ b/features/deduction.js @@ -72,7 +72,6 @@ async function respondToDeduction({ message, client }) { return; } - await deduction.createDeduction(user, value, message.text); const deductionInfo = await deduction.createDeduction( user, value, From 9670c70c8622b0631c38359c182e1a4f79b8f985 Mon Sep 17 00:00:00 2001 From: jknight-liatrio Date: Tue, 24 Oct 2023 17:25:42 -0500 Subject: [PATCH 2/4] chore: Update help.js (#445) * chore: Update help.js * fix: Update redeem.js * fix: Update help.js * Update redeem.js From 7a19eb19dae89d7e4b8b9f391307543f20fc2f55 Mon Sep 17 00:00:00 2001 From: jknight-liatrio Date: Wed, 25 Oct 2023 16:12:04 -0500 Subject: [PATCH 3/4] chore: Update help.js (#447) * Update help.js * Update redeem.js * Update redeem.js --- features/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/help.js b/features/help.js index 22334029..4908ee50 100644 --- a/features/help.js +++ b/features/help.js @@ -14,7 +14,7 @@ module.exports = function (app) { }; const helpMarkdown = ` -:wave: Hi there! Let's take a look at what I can do! +:wave: Hi their! Let's take a look at what I can do! From 02cb25e27ca9504fd5384a0ad66c6d69186b75d4 Mon Sep 17 00:00:00 2001 From: jknight-liatrio Date: Thu, 26 Oct 2023 14:42:31 -0500 Subject: [PATCH 4/4] fix: quick change for spelling (#449) * Update redeem.js * Update help.js * Update redeem.js * Update redeem.js * Update redeem.js * Update redeem.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!