SpaceManiac / discord-rs

Rust library for the Discord chat client API
MIT License
387 stars 94 forks source link

Fix typos in embed builders. #90

Closed mmirate closed 7 years ago

mmirate commented 7 years ago

Comments for EmbedBuilder::image and EmbedBuilder::thumbnail were wrong, and thumbnail() contained a string literal "image" that should have been "thumbnail". Apologies.