Skip to content

Conversation

@Snipy7374
Copy link
Collaborator

Summary

Checklist

  • If code changes were made, then they have been tested
    • I have updated the documentation to reflect the changes
    • I have formatted the code properly by running pdm lint
    • I have type-checked the code by running pdm pyright
  • This PR fixes an issue
  • This PR adds something new (e.g. new method or parameters)
  • This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • This PR is not a code change (e.g. documentation, README, ...)

@Snipy7374 Snipy7374 requested a review from shiftinv July 19, 2025 14:57
@Snipy7374 Snipy7374 added feature request Request for a new feature t: api support Support of Discord API features s: needs review Issue/PR is awaiting reviews t: deprecation Deprecation of existing features and removed feature request Request for a new feature labels Jul 19, 2025
Snipy7374 and others added 4 commits August 22, 2025 10:50
Co-authored-by: vi <8530778+shiftinv@users.noreply.github.com>
Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com>
@Snipy7374 Snipy7374 requested review from Enegg and shiftinv August 26, 2025 07:23
Snipy7374 and others added 2 commits August 28, 2025 09:32
Co-authored-by: arielle <me@arielle.codes>
Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com>
Co-authored-by: arielle <me@arielle.codes>
Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com>
Snipy7374 and others added 3 commits August 28, 2025 09:37
Co-authored-by: vi <8530778+shiftinv@users.noreply.github.com>
Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com>
Snipy7374 and others added 5 commits August 30, 2025 12:56
Co-authored-by: vi <8530778+shiftinv@users.noreply.github.com>
Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com>
Co-authored-by: vi <8530778+shiftinv@users.noreply.github.com>
Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com>
Co-authored-by: vi <8530778+shiftinv@users.noreply.github.com>
Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com>
Co-authored-by: vi <8530778+shiftinv@users.noreply.github.com>
Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com>
Co-authored-by: vi <8530778+shiftinv@users.noreply.github.com>
Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com>
@read-the-docs-community
Copy link

Documentation build overview

📚 disnake | 🛠️ Build #29378249 | 📁 Comparing f589246 against latest (8e1bd79)


🔍 Preview build

Show files changed (49 files in total): 📝 49 modified | ➕ 0 added | ➖ 0 deleted
File Status
genindex.html 📝 modified
index.html 📝 modified
whats_new.html 📝 modified
api/abc.html 📝 modified
api/activities.html 📝 modified
api/app_commands.html 📝 modified
api/app_info.html 📝 modified
api/audit_logs.html 📝 modified
api/automod.html 📝 modified
api/channels.html 📝 modified
api/clients.html 📝 modified
api/components.html 📝 modified
api/emoji.html 📝 modified
api/entitlements.html 📝 modified
api/events.html 📝 modified
api/exceptions.html 📝 modified
api/guild_scheduled_events.html 📝 modified
api/guilds.html 📝 modified
api/integrations.html 📝 modified
api/interactions.html 📝 modified
api/invites.html 📝 modified
api/localization.html 📝 modified
api/members.html 📝 modified
api/messages.html 📝 modified
api/misc.html 📝 modified
api/permissions.html 📝 modified
api/roles.html 📝 modified
api/skus.html 📝 modified
api/soundboard.html 📝 modified
api/stage_instances.html 📝 modified
api/stickers.html 📝 modified
api/subscriptions.html 📝 modified
api/ui.html 📝 modified
api/users.html 📝 modified
api/utilities.html 📝 modified
api/voice.html 📝 modified
api/webhooks.html 📝 modified
api/widgets.html 📝 modified
ext/tasks/index.html 📝 modified
ext/commands/api/app_commands.html 📝 modified
ext/commands/api/bots.html 📝 modified
ext/commands/api/checks.html 📝 modified
ext/commands/api/cogs.html 📝 modified
ext/commands/api/context.html 📝 modified
ext/commands/api/converters.html 📝 modified
ext/commands/api/exceptions.html 📝 modified
ext/commands/api/help_commands.html 📝 modified
ext/commands/api/misc.html 📝 modified
ext/commands/api/prefix_commands.html 📝 modified

@Snipy7374 Snipy7374 requested a review from shiftinv September 1, 2025 20:01
Copy link
Member

@onerandomusername onerandomusername left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM at a baseline. Waiting for shiftinv for final approval

@Snipy7374
Copy link
Collaborator Author

#1314 (comment) as discussed there 6fb35ca

@shiftinv
Copy link
Member

shiftinv commented Sep 3, 2025

#1314 (comment) as discussed there 6fb35ca

Message.unpin and Permissions.manage_messages need similar changes, but lgtm otherwise!

@Snipy7374
Copy link
Collaborator Author

#1314 (comment) as discussed there 6fb35ca

Message.unpin and Permissions.manage_messages need similar changes, but lgtm otherwise!

36b9fbd

Copy link
Member

@shiftinv shiftinv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! Thank you for taking the time to implement all this :>

@shiftinv shiftinv enabled auto-merge (squash) September 3, 2025 20:00
@shiftinv shiftinv merged commit 2640e57 into DisnakeDev:master Sep 3, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

s: needs review Issue/PR is awaiting reviews t: api support Support of Discord API features t: deprecation Deprecation of existing features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update the channel pins endpoints

4 participants