epispot/covid19-tracker

Two Letter Country Names = ?

quantum9Innovation opened this issue · 1 comments

Two letter country names have probably been interpreted as two separate parameters and therefore the correct case data has not been fetched for these countries.

The problem here is that discord.py only takes in one word for each param, so if you type "New Zealand" the program reads it as "New" and ignores the rest. The solution would be to take to arguments, and then combine the two arguments when running it through the API.