Luca
Luca
And I've found my first mistake - I didn't actually update the docs. Apologies if this is an incredibly stupid question but how do I actually do that? Do I...
> Do I just add `~utils.unit` to `docs/source/reference_index/utilities_misc.rst`? Okay so I tried this and it worked. 🥳 - However, I don't know how to get the example/code snippet for `Pixels`...
That's great - thank you so much for the reviews! I'll have a look at addressing them properly when I have time over the next few days. 👍
Just to mark that this PR isn't dead - I will continue with this soon! Unfortunately some personal issues came up over the last week that meant I was unable...
> This might be caused by the template in `docs/source/_templates/autosummary/class.rst` checking for the "wrong" thing on line 12. @behackl I think this might due to the fact that `Percent` has...
Currently looking into something with filters (https://jinja.palletsprojects.com/en/3.0.x/templates/#list-of-builtin-filters): `{%- if methods|select('ne', '__init__')|select('in', inherited_members) %}` for line 12 in `class.rst`. But we actually need **notin** since we're trying to match the list...
I've exhausted my options I think at this point. I'm going to open this PR up for review with the hope that someone will know how to address the bug...
Hi! Yeah so as my last comment summarises that I'd hit a snag when it came to editing the documentation template that I wasn't sure how to fix. It outlines...
Hi! I would be prepared to write some documentation and examples for this if that's okay?
Is it possible to get multiline text input via a slash command in hikari or are these modals the only 'new and approved' (i.e. not traditional prefix command-based) option available?