mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
add begging command
This commit is contained in:
parent
a062741943
commit
e66a315317
1 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@ exports.commands = [
|
|||
"helpcommands",
|
||||
"what",
|
||||
"beta",
|
||||
"begging",
|
||||
"github",
|
||||
"appdownload",
|
||||
"daemondownload",
|
||||
|
@ -37,12 +38,12 @@ exports.commands = [
|
|||
|
||||
exports.helpcommands = {
|
||||
usage: " ",
|
||||
description: 'Displays Helpful Commands:\n!what, !beta, !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',
|
||||
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',
|
||||
process: function(bot,msg){
|
||||
msg.channel.send(
|
||||
{
|
||||
"embed":{
|
||||
"description": "!what, !beta, !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",
|
||||
"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",
|
||||
"color": 7976557,
|
||||
"author": {
|
||||
"name": "List of Helpful Commands",
|
||||
|
|
Loading…
Add table
Reference in a new issue