how to add args in discord js code example
Example: discord bot how to make that if a specific player types the command something else will happen
else if(user == 'USER ID'){
return message.channel.send('I rate SpaceTie a 100/100')
}