feat: fully update http.py routes and related methods #53
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
create_guild
,create_from_template
anddelete_guild
- bots can no longer own guilds.create_integration
- bots cannot use this endpoint.start_group
- Bots cannot use this endpoint.move_member
andreplace_roles
- unused shortcuts foredit_member
bulk_edit_guild_application_command_permissions
- disabled in Permissions V2change_my_nickname
toedit_current_member
icon
toedit_channel
for group DMs.Considering Removal:
set_voice_channel_status
- functions, but not documented.TODO:
http.py
rather than scattered elsewhereIf you have any additions/removals yourself or want to try renaming, feel free.
FIxes #50