aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/model/permissions.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/permissions.rs b/src/model/permissions.rs
index d9eb364..74b1e40 100644
--- a/src/model/permissions.rs
+++ b/src/model/permissions.rs
@@ -26,6 +26,7 @@
//! - [Manage Guild]
//! - [Manage Messages]
//! - [Manage Roles]
+//! - [Manage Webhooks]
//!
//! [Administrator]: constant.ADMINISTRATOR.html
//! [Ban Members]: constant.BAN_MEMBERS.html
@@ -34,6 +35,7 @@
//! [Manage Guild]: constant.MANAGE_GUILD.html
//! [Manage Messages]: constant.MANAGE_MESSAGES.html
//! [Manage Roles]: constant.MANAGE_ROLES.html
+//! [Manage Webhooks]: constant.MANAGE_WEBHOOKS.html
use ::prelude_internal::*;