Discord-Net-Labs / Discord.Net-Labs

An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net
https://labs.discordnet.dev
MIT License
156 stars 42 forks source link

Change AddReactionsAsync() and RemoveReactionsAsync() signature #427

Closed Sir-Baconn closed 2 years ago

Sir-Baconn commented 2 years ago

Resolves #425

Changes reactions to be IEnumerable<IEmote> instead of IEmote[]. Makes it easier to use straight off linq operations or other enumerables without having to always call ToArray()