mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
Update welcome.js
This commit is contained in:
parent
9e01df16a6
commit
b6edfdd9c5
1 changed files with 4 additions and 4 deletions
|
@ -81,7 +81,7 @@ exports.onUserJoin = function(bot) {
|
||||||
color: 7976557,
|
color: 7976557,
|
||||||
author: {
|
author: {
|
||||||
name: 'What is LBRY?',
|
name: 'What is LBRY?',
|
||||||
url: 'https://lbry.io/what',
|
url: 'https://lbry.com/what',
|
||||||
icon_url: 'https://spee.ch/2/pinkylbryheart.png'
|
icon_url: 'https://spee.ch/2/pinkylbryheart.png'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -99,7 +99,7 @@ exports.onUserJoin = function(bot) {
|
||||||
color: 7976557,
|
color: 7976557,
|
||||||
author: {
|
author: {
|
||||||
name: 'LBRY FAQ',
|
name: 'LBRY FAQ',
|
||||||
url: 'https://lbry.io/faq',
|
url: 'https://lbry.com/faq',
|
||||||
icon_url: 'https://spee.ch/8/Id5Qoc3w.png'
|
icon_url: 'https://spee.ch/8/Id5Qoc3w.png'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -203,7 +203,7 @@ exports.welcome = {
|
||||||
'2. See the Frequently Asked Questions (FAQ) section below prior to asking for help or information on LBRY \n' +
|
'2. See the Frequently Asked Questions (FAQ) section below prior to asking for help or information on LBRY \n' +
|
||||||
'3. Backing up your LBRY wallet is your responsibility, see FAQ link below \n' +
|
'3. Backing up your LBRY wallet is your responsibility, see FAQ link below \n' +
|
||||||
'4. You can find the LBRY Block explorer at https://explorer.lbry.com \n' +
|
'4. You can find the LBRY Block explorer at https://explorer.lbry.com \n' +
|
||||||
'5. Want to contribute more? Check out https://lbry.io/faq/contributing \n' +
|
'5. Want to contribute more? Check out https://lbry.com/faq/contributing \n' +
|
||||||
'6. Are you a dev? Check out the #dev channel \n' +
|
'6. Are you a dev? Check out the #dev channel \n' +
|
||||||
'7. Want to share something you published? Post it on the #publishers channel \n',
|
'7. Want to share something you published? Post it on the #publishers channel \n',
|
||||||
color: 7976557,
|
color: 7976557,
|
||||||
|
@ -227,7 +227,7 @@ exports.welcome = {
|
||||||
color: 7976557,
|
color: 7976557,
|
||||||
author: {
|
author: {
|
||||||
name: 'What is LBRY?',
|
name: 'What is LBRY?',
|
||||||
url: 'https://lbry.io/what',
|
url: 'https://lbry.com/what',
|
||||||
icon_url: 'https://spee.ch/2/pinkylbryheart.png'
|
icon_url: 'https://spee.ch/2/pinkylbryheart.png'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue