discord.py
discord.py copied to clipboard
Add Deprecation Warn to create_guild
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, ...)
Template.create_guild also needs such warning.
Ignore my suggestion, it seems I forgot the deprecated decorator uses instead instead :)