update channel id for #release-notes

This commit is contained in:
MSFTserver 2017-10-27 11:30:58 -07:00 committed by GitHub
parent 405d231b5f
commit e1019c2bcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ exports.releasenotes = {
message = {"embed": {"title": "*Download " + releasename + " here!*","description": releasemessage,"url": releaseurl,"color": 7976557,"timestamp": releasedate,"author": {"name": "Lbry-app Release Notes for " + releasename,"icon_url": "http://www.pngall.com/wp-content/uploads/2016/04/Github-PNG-Image.png"},"footer": {"icon_url": "https://i.imgur.com/yWf5USu.png","text": "Lbry-app Updated "}}}
console.log(bot.channels)
if ( hasPerms(msg) === true && suffix === "post") {
var channelID = "324400517075959808"
var channelID = "370779899650375681"
bot.channels.get(channelID).send(message)
} else {
msg.author.send(message)