This commit is contained in:
parent
122a049e88
commit
66cf8e8de9
2
index.js
2
index.js
|
|
@ -482,7 +482,7 @@ Example data object:
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}).then((msg) => {
|
}).then((msg) => {
|
||||||
if (msg.channel.type === Discord.ChannelType.GuildAnnouncement) msg.crosspost();
|
// if (msg.channel.type === Discord.ChannelType.GuildAnnouncement) msg.crosspost();
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
sendMessage()
|
sendMessage()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue