Small stuff

This commit is contained in:
Christopher Cookman 2022-07-23 21:56:43 -06:00
parent a4f627423c
commit 24e7bc803d
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -29,7 +29,7 @@ tf2.on("systemMessage", (msg) => {
notif_hook.send({embeds: [
{
description: msg,
color: Discord.Colors.Gold
color: Discord.Colors.Blue
}
]})
})
@ -54,6 +54,7 @@ bot.on("ready", () => {
})
bot.on("messageCreate", (msg) => {
if(msg.author.bot) return;
if (config.discord.channels.includes(msg.channel.id)) {
msg.crosspost();
}