vi

Results 111 comments of vi

This isn't implemented yet, yeah. For reference: https://discord.com/developers/docs/resources/application#edit-current-application. I don't really see a reason to do this programmatically, but we should aim to support that endpoint regardless. That said, bots...

For the most part this seems like a documentation issue. I don't think the type hints can be adjusted here, since the API is somewhat picky. > implying that "if...

This was split from #1090 since there are two separate api docs PRs, which won't necessarily be merged at the same time ~~(if they ever get merged :>)~~. For now,...

Would you mind rebasing this PR on master?

@onerandomusername any updates? Would be cool to merge this sooner rather than later c:

@onerandomusername would you mind updating and resolving conflicts?

In addition to the limit of 200 application command creates per day, the ratelimit for the update endpoint is (currently) 2 per 60s. You might be hitting that ratelimit, resulting...

> Also discord already shows a special error that the app command is getting updated so it would nice if this would be added because some (like me) will like...

Also linking the relevant part of the code here for context, if anyone wants to give it a shot: https://github.com/DisnakeDev/disnake/blob/84c44a2d4ccc82d97727abf038c1ac0e8af394b9/disnake/ext/commands/interaction_bot_base.py#L1323-L1347