mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-20 18:09:47 +00:00
added forgotten configuration file
This commit is contained in:
parent
e396316ad8
commit
5ae66d9ad2
1 changed files with 19 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"!helpcommands": {
|
"!helpcommands": {
|
||||||
"usage": "",
|
"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",
|
"description": "Displays Helpful Commands",
|
||||||
"operation": "send",
|
"operation": "none",
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"url": "",
|
"url": "",
|
||||||
"title": "",
|
"title": "",
|
||||||
"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**",
|
"description": "filled at runtime",
|
||||||
"color": 7976557,
|
"color": 7976557,
|
||||||
"author": {
|
"author": {
|
||||||
"name": "List of Helpful LBRY Commands",
|
"name": "List of Helpful LBRY Commands",
|
||||||
|
@ -542,5 +542,21 @@
|
||||||
"icon_url": "https://i.imgur.com/yWf5USu.png"
|
"icon_url": "https://i.imgur.com/yWf5USu.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"!tipbot": {
|
||||||
|
"usage": "",
|
||||||
|
"description": "Tipbot Help Message",
|
||||||
|
"operation": "send",
|
||||||
|
"bundle": {
|
||||||
|
"url": "",
|
||||||
|
"title": "",
|
||||||
|
"description": "Type !tip help to interact with our Tipbot which can be used to send and receive LBRY Credits (LBC) go to <#369896313082478594>. After joining,please type `!tip help` for more assistance. This channel should be used to talk to bots in order to avoid spamming other channels.",
|
||||||
|
"color": 7976557,
|
||||||
|
"author": {
|
||||||
|
"name": "Tipbot Help Message",
|
||||||
|
"url": "",
|
||||||
|
"icon_url": "https://i.imgur.com/yWf5USu.png"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue