Why is it logging every channel?

I have a channel update event and as soon as a channel is moved, all channels that move as a result are also logged. Do you have a suggestion how I can solve this?
6 Replies
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
IPEXA
IPEXAOP3y ago
Node v16.18.1 DiscordJS 14.7.1
Syjalo
Syjalo3y ago
Remove console.log in your code
IPEXA
IPEXAOP3y ago
@syjalo I am nothing logging in the console. I am logging, updated Channels And i only want to log the channel, which i touched and moved
Syjalo
Syjalo3y ago
So fetch audit logs and log the channel only when you have moved it
IPEXA
IPEXAOP3y ago
yes i do but every channel that moves when i move the one channel is logged @syjalo Any other Idea?

Did you find this page helpful?