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

Add Deprecation Warn to create_guild

Open Gooraeng opened this issue 10 months ago • 1 comments

Summary

  • Source https://discord.com/developers/docs/change-log?topic=HTTP+API#deprecating-guild-creation-by-apps

I don't think it's necessary, but I thought it would be nice for developers to be aware of it.

Checklist

  • [ ] 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)
  • [x] This PR is not a code change (e.g. documentation, README, ...)

Gooraeng avatar Apr 18 '25 14:04 Gooraeng

Template.create_guild also needs such warning.

Soheab avatar Apr 24 '25 21:04 Soheab

Ignore my suggestion, it seems I forgot the deprecated decorator uses instead instead :)

Rapptz avatar Jun 20 '25 18:06 Rapptz