andersfylling / disgord

Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice
BSD 3-Clause "New" or "Revised" License
502 stars 71 forks source link

No SetFlags method for Message Update Builder #445

Closed ImVexed closed 2 years ago

ImVexed commented 2 years ago

Describe the bug There is no SetFlags method for Message Update Builder

Expected behavior There to be a SetFlags method for Message Update Builder

Error messages N/A

Desktop (please complete the following information):

Additional context Only reference I can find to this method is in the proposed change to update builder, but it's been a few months and I was curious if there were any plans to implement before the merge of that branch. https://github.com/andersfylling/disgord/pull/420

andersfylling commented 2 years ago

Yes, I'm merging this tonight. I've been busy for too long and so I apologize for the slow reply.

andersfylling commented 2 years ago

Merged. Available under Client.Channel(..).Message(..).Update(..)