Make enum pub

This commit is contained in:
bitfl0wer 2023-06-06 20:10:50 +02:00
parent 6d2db3d808
commit e2c80fc1f8
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ pub struct RoleTags {
}
#[derive(Debug)]
enum PermissionFlags {
pub enum PermissionFlags {
CreateInstantInvite = 0x0000000000000001,
KickMembers = 0x0000000000000002,
BanMembers = 0x0000000000000004,