-
When I try to add link buttons with the following code, an error is raised and it doesn't work.
```py
view = miru.View()
view.add_item(miru.Button(label="View Online", url=str(ctx.options.user.disp…
-
### Summary
Adding a new navigator for use in slash commands utilising buttons.
This is a new class called SlashNavigation, and works with pages from both StringPaginator and EmbedPaginator
### P…
ghost updated
2 years ago
-
### Summary
Allow users to choose whether or not lightbulb auto resolves command options like `hikari.User`
### Why is this needed?
Allow users more control, if they want to fetch the options thems…
ghost updated
2 years ago
-
### Summary
The project should be fully compliant with mypy's type checking.
### Problem
### Ideal implementation
### Checklist
- [x] I have searched the issue tracker and have made s…
-
### Steps to reproduce
1. Create a GatewayBot
2. Open a stream (I have only tested with `InteractionCreateEvent`'s
3. With or without filter, they both give typing errors.
4. Deprecated async or s…
-
### Summary
A way to specify variable arguments for slash commands.
### Why is this needed?
While splitting a string argument and parsing it manually is not too difficult, using a string argu…
-
## Feature
Implement subcommands. So that eg the following data gets sent to discord:
```json5
{
"name": "permissions",
"description": "Get or edit permissions for a user or a role",
…
-
## Details
* Read the Docs project URL: https://readthedocs.org/projects/hikari-lightbulb/
* Build URL (if applicable): https://readthedocs.org/projects/hikari-lightbulb/builds/14934538/
* Read t…
-
### Summary
Features that should be added in lightbulb V2. Please comment on this issue with anything you would like to see added during the rewrite.
Please check the [TODO list](https://github.co…
-
when navigator runs, and it adds the stop button, if you click it before all the reactions have been added it will cause an error
`hikari.errors.NotFoundError: Not Found 404: {"message": "Unknown Me…