To invoke a command from another channel

I don't understand if I find docs. How do I call a command from another channel?
4 Replies
d.js toolkit
d.js toolkit13mo ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
treble/luna
treble/luna13mo ago
what do you mean? You can run a command in any channel as long as yiur bot has perms
박준서
박준서13mo ago
I want to display the commands I ran on the admin channel on the regular channel, but I don't know how.
treble/luna
treble/luna13mo ago
get the channek with client.channels.cache.get("") Needs the Guilds intent though