I'm still kinda new to discord.io so I have no idea on how to grab another arguement from a command that i executed, ex: ?clearmessages @user 10 i want to grab the userID from the ping and store it in a variable ex: ID and then grab the number of messages to clear and store it in another variable ex: num, how would I be able to do that?
I'm still kinda new to discord.io so I have no idea on how to grab another arguement from a command that i executed, ex:
?clearmessages @user 10
i want to grab the userID from the ping and store it in a variable ex:ID
and then grab the number of messages to clear and store it in another variable ex:num
, how would I be able to do that?