Hyper

Results 25 comments of Hyper

> > This is where you get directed after clicking "Reference" in top nav. > > You are coming from an old page, otherwise it would redirect you to `reference/hikari/api`....

> I can vouch for MkDocs Material -- I use it myself and it's wonderful. Way ahead of you already, PR is almost done :p

I added tests for all the things implemented in this PR afaict, not sure why codeclimate is still failing. Edit: Looks like the commit below completely broke CI, lol.

> For create_test_entitlement I would prefer a guild and user kwarg, so something like this: > > ```python > await bot.rest.create_test_entitlement( > event.interaction.application_id, > sku="1", > guild="1", > ) >...

I'm pretty sure the `waveform=` kwarg should be added to attachments, unless I'm mistaken. Also, based on this, should `waveform=` be added to all hikari resource base types? Or should...