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•3y ago
Message Not Public
Sign In & Join Server To View
Node v16.18.1
DiscordJS 14.7.1
Remove console.log in your code
@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
So fetch audit logs and log the channel only when you have moved it
yes
i do
but every channel that moves when i move the one channel is logged
@syjalo Any other Idea?