emerysteele / minecraft-server-status-bot

Minecraft Server Status Bot for Discord
21 stars 23 forks source link

mc!pin not working #4

Closed PustakP closed 2 years ago

PustakP commented 3 years ago

I tried the mc!pin command but it did not work. It threw this error- image

emerysteele commented 2 years ago

unable to reproduce

possibly a compatibility issue with a newer module version I have added package.json with dependency versions to ensure compatible module versions are installed

emerysteele commented 2 years ago

found what is causing the issue, if the server does not have an icon set, the json will return a null value & it is not handled

will see how I can fix this problem

emerysteele commented 2 years ago

Fixed handling when server icon is null in v0.1.4