From d836479ba0831e6b04d1a97fed195a627115e7fc Mon Sep 17 00:00:00 2001 From: Anthony M <47640864+IDeletedSystem64@users.noreply.github.com> Date: Wed, 3 Feb 2021 21:53:42 -0600 Subject: [PATCH] Add Trello to help --- commands/help.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/commands/help.js b/commands/help.js index 34cc967..d897d38 100644 --- a/commands/help.js +++ b/commands/help.js @@ -32,7 +32,13 @@ const embed = { { "name": "**...or is the bot actually on fire? Come here for help and support!**", "value": "bit.ly/anitrox-help" + }, + { + "name": "**Or you can view the bot progress, known issues, and planned features!**", + "value": "bit.ly/anitrox-trello" } + + ] }; message.channel.send({ embed });