From e66a315317ed199ee64b71aadb41a18ad8fe6fe0 Mon Sep 17 00:00:00 2001 From: MSFTserver Date: Tue, 31 Oct 2017 11:28:37 -0700 Subject: [PATCH] add begging command --- bot/modules/commands.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bot/modules/commands.js b/bot/modules/commands.js index 7f30318..73ad7c0 100644 --- a/bot/modules/commands.js +++ b/bot/modules/commands.js @@ -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",