discord / discord-api-docs

Official Discord API Documentation
https://discord.com/developers/docs/intro
Other
5.9k stars 1.25k forks source link

[ReadState] Deprecation for Bots #13

Closed jhgg closed 8 years ago

jhgg commented 8 years ago

We're disabling read states entirely for bots. This shouldn't break any APIs (yet - read on for more).

Planned:

TODO: Document this.

vishnevskiy commented 8 years ago

I think they should just not receive the array at all in the next version bump

iopred commented 8 years ago

We hadn't planned on removing this from our API as we have a number of clients built on discordgo. Seems reasonable to add some documentation though.

jhgg commented 8 years ago

@iopred that's fine - you don't have to remove it from your lib, just need to make sure it doesn't blow up if it's not present for bot users.

bwmarrin commented 8 years ago

It won't blow up @jhgg.

suicvne commented 8 years ago

DiscordSharp never touched read_state

jhgg commented 8 years ago

I've confirmed that all libs should function with this removed. Will make that change on May 1st.