Skip to content
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

Fix suspicious parts of the documentation #4564

Merged
merged 1 commit into from
Mar 9, 2022
Merged

Conversation

A5rocks
Copy link
Contributor

@A5rocks A5rocks commented Feb 24, 2022

I tested some parts of the API documentation up to the actual API. I guess you could say I ejected the parts that were wrong.

You know what would be useful?

  • Autogenerated API documentation so it's right.
  • Sandbox servers so library developers can test e.g. stickers without spending money or using an active server for their needs :)

@@ -23,7 +23,7 @@ A representation of a scheduled event in a [guild](#DOCS_RESOURCES_GUILD/).
| entity_metadata ** | ?[entity metadata](#DOCS_RESOURCES_GUILD_SCHEDULED_EVENT/guild-scheduled-event-object-guild-scheduled-event-entity-metadata) | additional metadata for the guild scheduled event |
| creator? | [user](#DOCS_RESOURCES_USER/user-object) object | the user that created the scheduled event |
| user_count? | integer | the number of users subscribed to the scheduled event |
| image | ?string | the [cover image hash](#DOCS_REFERENCE/image-formatting) of the scheduled event |
| image? | ?string | the [cover image hash](#DOCS_REFERENCE/image-formatting) of the scheduled event |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this affected a library Rapptz/discord.py#7501 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants