From 950280b69355580015a596a16a55cb72fd12d001 Mon Sep 17 00:00:00 2001 From: Clement <38915222+ceoger@users.noreply.github.com> Date: Fri, 11 Oct 2019 20:22:40 +0530 Subject: [PATCH] Update tipbot.js prevent tipbot from embedding the faq image for tipbot on discord. This way it will only show the faq link without the example image --- bot/modules/tipbot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/tipbot.js b/bot/modules/tipbot.js index 8e790b5..d85074d 100644 --- a/bot/modules/tipbot.js +++ b/bot/modules/tipbot.js @@ -23,7 +23,7 @@ const helpmsg = { '**Note**: Multi tips can contain any amount of users to tip.\n\n' + '__**FURTHER INFORMATION**__\n\n' + '**Help**: `!tip help` *Get this message.\n' + - 'Read our [Tipbot FAQ](https://lbry.com/faq/tipbot-discord) for a more details', + 'Read our [Tipbot FAQ]() for a more details', color: 1109218 } };