this is the code:
const prefix = "&"; const args = msg.content.slice(prefix.length).trim().split(/ +/g); const cmd = args.shift().toLowerCase()