Make Embed.image
and Embed.thumbnail
full-featured properties
#13
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "rework_set_in_embeds"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This avoids the need for set_* methods.
Bikeshedding: https://discord.com/channels/514232441498763279/881248749849026590/881282858977738803
This keeps the set_* methods as a compatibility layer, and further commits might deprecate and remove them entirely.
Shouldn't this be called
set_thumbnail
?Oh I'm dumb, thanks
This is a very good idea, that way you don't have to really change too much code, yet you can use the new way if liked. Good job.