curtisf / logger

Loggerbot version 3, the Discord bot serving nearly 24 million users.
https://logger.bot
GNU General Public License v3.0
374 stars 131 forks source link

Recurring duplicate text channel update messages #26

Closed nasisakk closed 2 years ago

nasisakk commented 2 years ago

Repro Steps (Inconsistent):

image

curtisf commented 2 years ago

If you can invite it to another server and can't reproduce this issue (I can't), do you have any other bots on your server? I notice the bot, in the screenshots, is posting empty channel updates on a fixed schedule. Logger itself doesn't utilize anything like that to repeat a log or any timer of 10 minutes whatsoever. I also notice that there are no properties being listed as changed in the subsequent embeds, which makes me think this issue is a bot updating a channel property Logger doesn't support.

nasisakk commented 2 years ago

There is another bot that does assign per-channel-per-user permissions upon request ("!join this-channel"), however, all operations of that bot shows up in the audit log (and nothing is present there). I'll dig deeper, however.

nasisakk commented 2 years ago

I'm going to close this out, since it's not on you.

The other bot was assigning permissions to the channel in question every 10 minutes, however, it was the same permissions repeatedly (have since fixed). This wouldn't trigger an entry in the audit log and no permissions actually changed--however I did confirm after spinning up another bot that it was receiving the channel changed events without really any reasonable data. So I'll chalk this one up to discord being discord.