KasparMatas / YourButler

Discord bot for game matchmaking
Apache License 2.0
1 stars 0 forks source link

Bulk registration command file check #16

Open KasparMatas opened 3 years ago

KasparMatas commented 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

KasparMatas commented 3 years ago

The input file won't be CSV but an JSON file instead as the "mock_data.json" shows.