mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-28 07:51:26 +00:00
Add youtube commands
This commit is contained in:
parent
dfbe7fbfd7
commit
81cbd119b2
1 changed files with 2 additions and 2 deletions
|
@ -43,12 +43,12 @@ exports.commands = [
|
|||
exports.helpcommands = {
|
||||
usage: " ",
|
||||
description:
|
||||
"Displays Helpful Commands:\n!what, !beta, !begging, !github, !appdownload, !daemondownload, !directories, !faq, !name, !mining, !pricestance, !publisher, !publish, !random, !referrals, !rewards, !rewardsvsreferrals, !cc, !verify, !verification, !logfile, !backup, !startup, !streamingissues, !ports, !migrate, !tipping, !email, !cli, !ipfstorrent, !shapeshift",
|
||||
"Displays Helpful Commands:\n!what, !beta, !begging, !github, !appdownload, !daemondownload, !directories, !faq, !name, !mining, !pricestance, !publisher, !publish, !random, !referrals, !rewards, !rewardsvsreferrals, !cc, !verify, !verification, !logfile, !backup, !startup, !streamingissues, !ports, !migrate, !tipping, !email, !cli, !ipfstorrent, !shapeshift, !youtube",
|
||||
process: function(bot, msg) {
|
||||
msg.channel.send({
|
||||
embed: {
|
||||
description:
|
||||
"**!what, !beta, !begging, !github, !appdownload, !daemondownload, !directories, !faq, !name, !mining, !pricestance, !publisher, !publish, !random, !referrals, !rewards, !rewardsvsreferrals, !cc, !verify, !verification, !logfile, !backup, !startup, !streamingissues, !ports, !migrate, !tipping, !email, !cli, !ipfstorrent, !shapeshift**",
|
||||
"**!what, !beta, !begging, !github, !appdownload, !daemondownload, !directories, !faq, !name, !mining, !pricestance, !publisher, !publish, !random, !referrals, !rewards, !rewardsvsreferrals, !cc, !verify, !verification, !logfile, !backup, !startup, !streamingissues, !ports, !migrate, !tipping, !email, !cli, !ipfstorrent, !shapeshift, !youtube**",
|
||||
color: 7976557,
|
||||
author: {
|
||||
name: "List of Helpful LBRY Commands",
|
||||
|
|
Loading…
Add table
Reference in a new issue