permissions: add view_guild_insights

the last permission bit

bigint time

o7
This commit is contained in:
Luna 2020-07-28 23:26:12 -03:00
parent c1f29d145e
commit 227c42c27b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class _RawPermsBits(ctypes.LittleEndianStructure):
("read_history", _i, 1), ("read_history", _i, 1),
("mention_everyone", _i, 1), ("mention_everyone", _i, 1),
("external_emojis", _i, 1), ("external_emojis", _i, 1),
("_unused2", _i, 1), ("view_guild_insights", _i, 1),
("connect", _i, 1), ("connect", _i, 1),
("speak", _i, 1), ("speak", _i, 1),
("mute_members", _i, 1), ("mute_members", _i, 1),