mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-03 12:30:16 +00:00
update for lbry #speech channelid
This commit is contained in:
parent
23d7675a7f
commit
25df18dee8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ exports.speech = {
|
|||
description: "gets top claim from spee.ch, coming soon post to spee.ch",
|
||||
process: function(bot,msg,suffix){
|
||||
|
||||
var ChannelID = "373251793498406912"
|
||||
var ChannelID = "363085078403874823"
|
||||
|
||||
var command = "!speech"
|
||||
words = suffix.trim().split(' ').filter( function(n){return n !== "";} );
|
||||
|
|
Loading…
Add table
Reference in a new issue