aboutsummaryrefslogtreecommitdiff
path: root/src/utils/builder/mod.rs
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-03-25 16:58:14 -0700
committerZeyla Hellyer <[email protected]>2017-03-25 16:58:14 -0700
commit3cd0e40e2b30a0452fd9ea5d22c65afbce321fc6 (patch)
tree0aa3308e604d9d6288977bd8eddeccea27a591c1 /src/utils/builder/mod.rs
parentRework the models directory (diff)
downloadserenity-3cd0e40e2b30a0452fd9ea5d22c65afbce321fc6.tar.xz
serenity-3cd0e40e2b30a0452fd9ea5d22c65afbce321fc6.zip
Update search params
Diffstat (limited to 'src/utils/builder/mod.rs')
-rw-r--r--src/utils/builder/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/builder/mod.rs b/src/utils/builder/mod.rs
index 9ded8b8..10a20d9 100644
--- a/src/utils/builder/mod.rs
+++ b/src/utils/builder/mod.rs
@@ -32,4 +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};
+pub use self::search::{Search, Has};