fix channel id again :P

This commit is contained in:
MSFTserver 2017-10-27 12:23:03 -07:00 committed by GitHub
parent 7ab61ce7d9
commit a7af1d14b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ exports.releasenotes = {
releaseurl = JSON.parse(body).html_url
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 "}}}
if ( hasPerms(msg) === true && suffix === "post") {
var channelID = "324400517075959808"
var channelID = "370779899650375681"
bot.channels.get(channelID).send(message)
} else {
msg.channel.send(msg.author + " Release notes sent via DM")