I have been using this dictionary command that I found here:
$(eval $(urlfetch json https://api.dictionaryapi.dev/api/v2/entries/en/$(query))[0].meanings[0].definitions[0].definition)
It has stopped working was not sure if this was something to do with a API change or what
