aboutsummaryrefslogtreecommitdiff
path: root/src/utils/builder/mod.rs
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-10 20:25:32 -0700
committerAustin Hellyer <[email protected]>2016-12-29 11:55:10 -0800
commit0359f512a8aada5ae0371049eb7c66ecd8d68d84 (patch)
treef88dd9b362a2d349d0cdcd13b0859c4cc3329f46 /src/utils/builder/mod.rs
parentRework some event handles (diff)
downloadserenity-0359f512a8aada5ae0371049eb7c66ecd8d68d84.tar.xz
serenity-0359f512a8aada5ae0371049eb7c66ecd8d68d84.zip
Add guild and channel search
Diffstat (limited to 'src/utils/builder/mod.rs')
-rw-r--r--src/utils/builder/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/builder/mod.rs b/src/utils/builder/mod.rs
index 3fc0f05..9ded8b8 100644
--- a/src/utils/builder/mod.rs
+++ b/src/utils/builder/mod.rs
@@ -15,6 +15,7 @@ mod edit_profile;
mod edit_role;
mod execute_webhook;
mod get_messages;
+mod search;
pub use self::create_embed::{
CreateEmbed,
@@ -31,3 +32,4 @@ pub use self::edit_profile::EditProfile;
pub use self::edit_role::EditRole;
pub use self::execute_webhook::ExecuteWebhook;
pub use self::get_messages::GetMessages;
+pub use self::search::{Search, SortingMode, SortingOrder};