mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
update channel id for #release-notes
This commit is contained in:
parent
405d231b5f
commit
e1019c2bcb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue