Rapptz c4ee4c1db4 Make discord.Embed builder more strict and easier to use.
Allow for easier use when trying to "reuse" the same discord.Embed
object by providing new methods such as Embed.clear_fields,
Embed.set_field_at, and allowing you to set things to Embed.Empty to
clear out an attribute.

For ease of use, things are automatically casted to ``str`` to prevent
the user from having HTTP 400 errors if they forgot to do so. The new
embed builder also supports "fluent-style" interface to allow you to
chain methods in a single line if necessary.

Certain parameters were removed since they were ignored by Discord
anyway such as `width` and `height` in Embed.set_image and
Embed.set_thumbnail.
2016-11-22 19:30:21 -05:00
..
2016-05-06 12:23:24 -04:00
2016-11-13 05:07:58 -05:00
2016-11-17 20:42:06 -05:00
2016-08-06 16:54:07 -07:00
2016-11-17 21:07:54 -05:00
2016-01-04 22:28:29 -05:00
2016-01-04 22:28:29 -05:00
2016-09-10 23:06:02 -04:00
2016-05-06 12:23:24 -04:00
2016-11-17 20:42:06 -05:00
2016-09-21 04:22:12 -04:00