AnActualEmerald
AnActualEmerald
This works surprisingly well, so assuming peribot's house can handle whatever fairly limited processing it requires I think it would make for a neat feature. All it does is add...
Adds a listener to add zalgo effects to a message
Write a command that will show the time last online for a user - Maybe do it based on plain name rather than a mention to avoid pings - Should...
The generated function for `evolution_chain::get_all_entries` expects to get a list of `NamedApiResource`, but PokeAPI doesn't give a name for evolution chains: ```bash curl https://pokeapi.co/api/v2/evolution-chain?limit=3 | jq ``` outputs ```json {...
Some paginated endpoints return API resources without a `name` field, but this behavior isn't mentioned anywhere in the docs. Steps to Reproduce: ```bash curl "https://pokeapi.co/api/v2/evolution-chain?limit=3" | jq ``` Results in...