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() to accept IEnumerable<IEmote> instead of IEmote[] #425

Closed Sir-Baconn closed 2 years ago

Sir-Baconn commented 2 years ago

I'd like to propose changing the reactions parameter type to be IEnumerable<IEmote> instead of IEmote[] for AddReactionsAsync() and RemoveReactionsAsync() on MessageExtensions unless there is a specific reason it is an array