Audit log in secondary guild.
So the question is pretty simple, how would I go over making it so my bot in secondary guild only sends audit logs to it, no commands, nothing else, just log things that I have coded to be logged.
I have gotten this error often, thought it's best I mention it;
The fetched channel does not belong to this manager's guild.
8 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPSend it via webhooks
Yeah but what if it gets used a lot, the command, won't it trigger discord or something?
Better off hitting rate limits on the webhook than ur bot
You rly have logs coming in that fast tho?
Well not really but there comes lots of other commands that can be used often
I mean I do in fact have cooldown but if I am right, it only applies to the user
I just want to make sure that I won't get rate-limited or something because commands are being used often.
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
Well any approximate count per hour
I mean I just wanna make sure it won't really affect me