add begging command

This commit is contained in:
MSFTserver 2017-10-31 11:28:37 -07:00 committed by GitHub
parent a062741943
commit e66a315317
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ exports.commands = [
"helpcommands", "helpcommands",
"what", "what",
"beta", "beta",
"begging",
"github", "github",
"appdownload", "appdownload",
"daemondownload", "daemondownload",
@ -37,12 +38,12 @@ exports.commands = [
exports.helpcommands = { exports.helpcommands = {
usage: " ", 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){ process: function(bot,msg){
msg.channel.send( msg.channel.send(
{ {
"embed":{ "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, "color": 7976557,
"author": { "author": {
"name": "List of Helpful Commands", "name": "List of Helpful Commands",