Open KasparMatas opened 3 years ago
Create a new ArgumentType class by extending https://github.com/discordjs/Commando/blob/master/src/types/base.js#L2
Then the CSV file can be parsed using https://github.com/d3/d3-fetch
The input file won't be CSV but an JSON file instead as the "mock_data.json" shows.
Create a new ArgumentType class by extending https://github.com/discordjs/Commando/blob/master/src/types/base.js#L2
Then the CSV file can be parsed using https://github.com/d3/d3-fetch