aboutsummaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-08 12:29:24 -0800
committerAustin Hellyer <[email protected]>2016-11-08 12:29:24 -0800
commitec7988def6c2d2485a2644e98b4850f32480a339 (patch)
tree4a463c9a2287c1fc2ce204392e5ef61469101e1c /src/model
parentFix build script for optional defaulted u64s (diff)
downloadserenity-ec7988def6c2d2485a2644e98b4850f32480a339.tar.xz
serenity-ec7988def6c2d2485a2644e98b4850f32480a339.zip
Add Manage Webhooks to permissions 2FA list
Diffstat (limited to 'src/model')
-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::*;