args discord.js

JavaScript
const args = message.content.slice(prefix.length).trim().split(" ");
Source

Also in JavaScript: