diff options
| author | Kisei <[email protected]> | 2016-11-27 21:59:59 -0500 |
|---|---|---|
| committer | zeyla <[email protected]> | 2016-11-27 18:59:59 -0800 |
| commit | ac72b8c1a075d14b622ce4ce31413aa65f9ab883 (patch) | |
| tree | a34b15b7b0daf69b95f0c6d0d2045ab52c5bc2eb /src/utils | |
| parent | Add Context, REST, and model documentation (diff) | |
| download | serenity-ac72b8c1a075d14b622ce4ce31413aa65f9ab883.tar.xz serenity-ac72b8c1a075d14b622ce4ce31413aa65f9ab883.zip | |
Re-export CreateEmbedFooter
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/builder/mod.rs | 1 |
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, |