mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-31 09:21:34 +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",
|
||||
process: function(bot,msg,suffix){
|
||||
var ChannelID = "373251793498406912"
|
||||
if(hasSpeechChannels(msg) === false){
|
||||
if(!hasSpeechChannels(msg)){
|
||||
msg.channel.send('Please use <#' + ChannelID + '> or DMs to talk to speech bot.');
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue