-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove store sku related application fields and store channels #1092
Remove store sku related application fields and store channels #1092
Conversation
Are these removed completely from the API? As far as I am aware there are still some lindering around (cant check atm, but check one of a store channel I have access to later today) |
Looks like they are all gone. All good then :) |
b381584
to
84ac5b1
Compare
The assumption here is that all of the store (channel) specific application fields should be treated as likely to be removed in the future since they serve no purpose without the store and primary_sku_id + slug were never useful to bots as far as the documented API goes to begin with anyways. |
* Remove mention of deprecated GuildStoreChannel Deprecated and removed in hikari-py#1092 * Minor spellchecking * MANAGE_INVITES is now CREATE_INSTANT_INVITES https://discord.com/developers/docs/resources/guild#add-guild-member * Migrate to MANAGE_GUILD_EXPRESSIONS * Expand GUILDER_MEMBERS intent * Expand `undefined` * Housekeeping: New line to appease formatter * Expand and beautify `hikari.undefined`'s docs * stdlib reference linking * Change "Bot" tab reference to Discord's Dev Portal This should be a good kickstarter. Should. * Add missing `position` arg in `add_role()` * Make `Intents`'s docs a bit more helpful * Address MkDocs' build warning * Housekeeping: Appease `flake8` * Migrate leftover backtick reference * Change MANAGE_PERMISSIONS to MANAGE_ROLES This could be verified by letting the bot have Manage Permissions permission in a channel and check that channel's overwrites. * Expand Webhook.token according to scope * More stdlib migration * Expand aliases * Migrate leftover MANAGE_INVITES * Expand Flag's reference * Typo fix * Expand BasicAuthHeader * Resolve READ_MESSAGE to VIEW_CHANNEL * Expand internal Enum * Expand MEMBERS to CacheComponent.MEMBERS * Bump MkDocs dependencies * Make cross-references inline code
Summary
Checklist
nox
and all the pipelines have passed.Related issues