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
This commit is contained in:
Clement 2019-10-11 20:22:40 +05:30 committed by GitHub
parent 9e5428eb04
commit 950280b693
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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](<https://lbry.com/faq/tipbot-discord>) for a more details',
color: 1109218
}
};