diff options
Diffstat (limited to 'src/http')
| -rw-r--r-- | src/http/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/mod.rs b/src/http/mod.rs index 51d89aa..d9454c2 100644 --- a/src/http/mod.rs +++ b/src/http/mod.rs @@ -601,7 +601,7 @@ pub fn delete_role(guild_id: u64, role_id: u64) -> Result<()> { /// Deletes a webhook given its Id: /// /// ```rust,no_run -/// use serenity::{Client, http}; +/// use serenity::http; /// use std::env; /// /// // Due to the `delete_webhook` function requiring you to authenticate, you |