i`m try to make this:
!send <id> message who sended (message who sended is 3 args but i'm need one)
Who send arguments after message ID (args[0]) for everyone who reacted to message in DM. How make from arguments after first argument, next argument?
const messageID = parseInt(args[0]);
var messageContent = message.substring(1).split(' ');
I`m try this, but I'm not sure it will work.
See Question&Answers more detail:os