I'm trying to make a command for my discord bot that sends a message on a channel the sender puts the ID of. For example: f.say (id) hello world
, which would send hello world
to the channel of that ID. My command handler right now is if (command === `say`) {
already with args integrated.
2
votes