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
• 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.what do you mean? You can run a command in any channel as long as yiur bot has perms
I want to display the commands I ran on the admin channel on the regular channel, but I don't know how.
get the channek with client.channels.cache.get("")
Needs the Guilds intent though