discord.py icon indicating copy to clipboard operation
discord.py copied to clipboard

Unpack usage where possible

Open Soheab opened this issue 9 months ago • 0 comments

Summary

https://canary.discord.com/channels/336642139381301249/1371429669395759195

Tracking

  • [x] discord
    • [x] app_commands
      • [x] checks.py
      • [x] commands.py
      • [x] errors.py
      • [x] installs.py
      • [x] models.py
      • [x] namespace.py
      • [x] transformers.py
      • [x] translator.py
      • [x] tree.py
    • [x] ext
      • [x] commands
        • [x] bot.py
        • [x] cog.py
        • [x] context.py
        • [x] converter.py
        • [x] cooldowns.py
        • [x] core.py
        • [x] errors.py
        • [x] flags.py
        • [x] help.py
        • [x] hybrid.py
        • [x] parameters.py
        • [x] view.py
      • [x] tasks
        • [x] init.py
    • [x] ui
      • [x] button.py
      • [x] dynamic.py
      • [x] items.py
      • [x] modal.py
      • [x] select.py
      • [x] text_input.py
      • [x] view.py
    • [x] webhook
      • [x] async_.py
      • [x] sync.py
    • [x] abc.py
    • [x] activity.py
    • [x] appinfo.py
    • [x] asset.py
    • [x] audit_logs.py
    • [x] automod.py
    • [x] backoff.py
    • [x] channel.py
    • [x] client.py
    • [x] colour.py
    • [x] components.py
    • [x] context_managers.py
    • [x] embeds.py
    • [x] emoji.py
    • [x] enums.py
    • [x] errors.py
    • [x] file.py
    • [x] flags.py
    • [x] gateway.py
    • [x] guild.py
    • [x] http.py
    • [x] integrations.py
    • [x] interactions.py
    • [x] invite.py
    • [x] member.py
    • [x] mentions.py
    • [x] message.py
    • [x] mixins.py
    • [x] object.py
    • [x] oggparse.py
    • [x] opus.py
    • [x] partial_emoji.py
    • [x] permissions.py
    • [x] player.py
    • [x] poll.py
    • [x] presences.py
    • [x] py.typed
    • [x] raw_models.py
    • [x] reaction.py
    • [x] role.py
    • [x] scheduled_event.py
    • [x] shard.py
    • [x] sku.py
    • [x] soundboard.py
    • [x] stage_instance.py
    • [x] state.py
    • [x] sticker.py
    • [x] subscription.py
    • [x] team.py
    • [x] template.py
    • [x] threads.py
    • [x] user.py
    • [x] utils.py
    • [x] voice_client.py
    • [x] voice_state.py
    • [x] welcome_screen.py
    • [x] widget.py

Checklist

  • [x] If code changes were made then they have been tested.
    • [ ] I have updated the documentation to reflect the changes.
  • [ ] 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, ...)

Soheab avatar May 16 '25 22:05 Soheab