From 2aa8a988025a208221b76ed193149e55afb2149e Mon Sep 17 00:00:00 2001 From: Ryan A <52659723+demonkxng@users.noreply.github.com> Date: Wed, 12 Apr 2023 15:49:42 -0400 Subject: [PATCH] Update patreon.js Added a link to the store --- src/commands/commandList/utils/patreon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/commandList/utils/patreon.js b/src/commands/commandList/utils/patreon.js index 952eecb6a..611c8a8ea 100644 --- a/src/commands/commandList/utils/patreon.js +++ b/src/commands/commandList/utils/patreon.js @@ -72,6 +72,7 @@ module.exports = new CommandInterface({ let text = '**<:patreon:449705754522419222> |** Donate to OwO Bot for special benefits!\n'; text += '**<:blank:427371936482328596> |** ' + stat + '\n'; text += '**<:blank:427371936482328596> |** https://www.patreon.com/OwOBot'; + text += '\n**<:blank:427371936482328596> |** https://owobot.com/store'; p.send(text); }, });