mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-02 10:15:17 +00:00
fix channel id
This commit is contained in:
parent
20fdf7139f
commit
3c2efb4b8c
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