main #21

Open
ChrisChrome wants to merge 45 commits from main into shard-test
Showing only changes of commit e02faaab18 - Show all commits

View file

@ -522,6 +522,7 @@ xmpp.on("stanza", (stanza) => {
}).catch((err) => {
console.log(`${colors.red("[ERROR]")} Failed to send message to ${channel.guild.ownerId}`);
}).then(() => {
if (channel.guildId == config.discord.mainGuild) return;
db.run(`DELETE FROM channels WHERE channelid = ? AND iemchannel = ?`, [channel.id, fromChannel], (err) => {
if (err) {
console.error(err.message);