fix channel id

This commit is contained in:
MSFTserver 2017-10-27 12:15:16 -07:00 committed by GitHub
parent 20fdf7139f
commit 3c2efb4b8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 !== "";} );