conaticus / boolean

MIT License
74 stars 46 forks source link

Removes all AddField functions from MessageEmbeds #173

Closed MattPlays closed 2 years ago

MattPlays commented 2 years ago

This PR replaces the old deprecated addField function with the newer addFields function in all instances of the function being used in an embed. Also makes the role logging look a bit nicer IMO, can be rejected.

Closes issue #172

dylhack commented 2 years ago

Why do you want to move away from the builder pattern?

MattPlays commented 2 years ago

While doing other things in this project I saw that this particular function was deprecated. Took me 0 time to change it, Doesn't need to be merged, Just wanted to put it out there so nobody else had to do it