diff options
| author | Austin Hellyer <[email protected]> | 2016-11-08 12:29:24 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-08 12:29:24 -0800 |
| commit | ec7988def6c2d2485a2644e98b4850f32480a339 (patch) | |
| tree | 4a463c9a2287c1fc2ce204392e5ef61469101e1c /src/model | |
| parent | Fix build script for optional defaulted u64s (diff) | |
| download | serenity-ec7988def6c2d2485a2644e98b4850f32480a339.tar.xz serenity-ec7988def6c2d2485a2644e98b4850f32480a339.zip | |
Add Manage Webhooks to permissions 2FA list
Diffstat (limited to 'src/model')
| -rw-r--r-- | src/model/permissions.rs | 2 |
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::*; |