switch (command[0]) { case \'restart\': if(msg.author.id == config[\"owner\"]){ msg.channel.send(preEmbed(\'clientRest
According to discord.js' github repo, you get that message when you don't provide a token, so make sure you are providing the token correctly.