Summary
Guild feature rework.
Improvements
- `GuildFeature._from_value` now correctly transforms `.name`.
- Add `GuildFeature.threads_enabled`.
- Add `GuildFeature.role_icons`.
- Guild feature names now use space instead of underscore.
- Add `GuildFeature.threads_enabled_testing`.
ext.patchouli
- `map_module` will no longer trigger warnings.
Bug Fixes
- Fix a `NameError` in `ComponentSelect.copy_with`.
- `Client.events.emoji_{}`, `Client.events.sticker_{}`, `Client.events.user_voice_{}`, `Client.events.stage_{}`
`Client.events.user_thread_profile_edit` and `Client.events.channel_delete` handlers were called incorrectly '
(typo in a recent update maybe?).
- Fix `AttributeError` in `CHANNEL_DELETE__CAL_MC`.
- `Guild._update_emojis` was not cleaning up old emojis correctly.
Renames, Deprecation & Removals
- Rename `GuildFeature.verification_screen` to `.verification_screen_enabled`.
- Deprecate `GuildFeature.verification_screen`.
- Rename `GuildFeature.welcome_screen` to `.welcome_screen_enabled`.
- Deprecate `GuildFeature.welcome_screen`.
- Rename `GuildFeature.vip` to `.vip_voice_regions`.
- Deprecate `GuildFeature.vip`.
- Rename `GuildFeature.news` to `.announcement_channels`.
- Deprecate `GuildFeature.new`.