mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-02 10:15:17 +00:00
Update speech.js
This commit is contained in:
parent
ba9e95945c
commit
13b67c5fac
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ exports.speech = {
|
||||||
description: "gets top claim from spee.ch, coming soon post to spee.ch",
|
description: "gets top claim from spee.ch, coming soon post to spee.ch",
|
||||||
process: function(bot,msg,suffix){
|
process: function(bot,msg,suffix){
|
||||||
var ChannelID = "373251793498406912"
|
var ChannelID = "373251793498406912"
|
||||||
if(hasSpeechChannels(msg) === false){
|
if(!hasSpeechChannels(msg)){
|
||||||
msg.channel.send('Please use <#' + ChannelID + '> or DMs to talk to speech bot.');
|
msg.channel.send('Please use <#' + ChannelID + '> or DMs to talk to speech bot.');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue