FabricMC / kotlin-fabric-discord-bot

The discord bot previously used in the fabric discord server.
MIT License
5 stars 7 forks source link

Fix lookup for enum entries. #31

Open i509VCB opened 3 years ago

i509VCB commented 3 years ago

Example: ?yf SURVIVAL yields no result. It should be resolving the GameMode.SURIVIVAL at minimum

DragoonAethis commented 3 years ago

I've set up a test instance using the kord-0.7 branch, f00413c, and that seems to work: image

Do you have any other known bad example that breaks with ?yf?

i509VCB commented 3 years ago

I don't know of any other real examples that would break. Stuff like GameRule.CREATIVE would be pending #28 and is out of scope of this issue.