aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorKisei <[email protected]>2016-11-27 21:59:59 -0500
committerzeyla <[email protected]>2016-11-27 18:59:59 -0800
commitac72b8c1a075d14b622ce4ce31413aa65f9ab883 (patch)
treea34b15b7b0daf69b95f0c6d0d2045ab52c5bc2eb /src/utils
parentAdd Context, REST, and model documentation (diff)
downloadserenity-ac72b8c1a075d14b622ce4ce31413aa65f9ab883.tar.xz
serenity-ac72b8c1a075d14b622ce4ce31413aa65f9ab883.zip
Re-export CreateEmbedFooter
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/builder/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/builder/mod.rs b/src/utils/builder/mod.rs
index 76a9c8a..bc8a20d 100644
--- a/src/utils/builder/mod.rs
+++ b/src/utils/builder/mod.rs
@@ -19,6 +19,7 @@ mod get_messages;
pub use self::create_embed::{
CreateEmbed,
CreateEmbedAuthor,
+ CreateEmbedFooter,
CreateEmbedField,
CreateEmbedImage,
CreateEmbedThumbnail,