vi

Results 137 comments of vi

This is intended, and mentioned in the `@slash_command` parameter description (this could be improved, though); it's meant to be used in conjunction with `options`, i.e. only works when completely opting...

`some_name = Param(name="some-name")` should work, in that case?

The API doesn't support setting `height` or `width` on embed images yourself, they're receive-only: > For the embed object, you can set every field **except** type (it will be rich...

> Oh, and what you quoted was for the embed object itself, not the image or thumbmail. "[...] can set every field **except** [...] any height, width, or proxy_url values...

This technically solves the original issue ([ref](https://canary.discord.com/channels/808030843078836254/808032919632347156/1324555741985767524)); however, and correct me if i'm wrong, at least in that case, it just happens to work out as both cogs have a...

> I personally don't think "inter-cog" autocompleters really make sense either, but I could see a more top-level approach work fine Yea, fair point. In any case, I suppose adding...