Description: I’ve only got one cog finished at the moment - it’s a tool to access search results from jisho.org, a Japanese dictionary site, in discord.
Commit at time of review: 80d4b3cc0e8a9e9548b06de6344151901f3c6470
Scrabble:
num2words is not listed in the requirements for this cog, but is imported - thus leading to an error when trying to load the cog. You can pass a “requirements” key in the info.json with a list of libraries that are required for the cog to function.
The cog tries to read a specific directory, specificially /usr/share/dict/words which is not a standard location for Windows. Leading to the cog to error out when trying to load.
I recommend bundling the file so it can be used across any system or find an cross system replacement.
As I am unable to test the cog, I am unable to provide any further feedback on the cog.