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:
parent
9e5428eb04
commit
950280b693
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const helpmsg = {
|
||||||
'**Note**: Multi tips can contain any amount of users to tip.\n\n' +
|
'**Note**: Multi tips can contain any amount of users to tip.\n\n' +
|
||||||
'__**FURTHER INFORMATION**__\n\n' +
|
'__**FURTHER INFORMATION**__\n\n' +
|
||||||
'**Help**: `!tip help` *Get this message.\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
|
color: 1109218
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue