mirror of
https://github.com/nikdoof/mumblepy.git
synced 2025-12-18 20:29:28 +00:00
Add registered user information.
This commit is contained in:
@@ -55,7 +55,7 @@ class Group(object):
|
||||
|
||||
@property
|
||||
def inherited(self):
|
||||
"""Indiciates if the group is herited from a parent channel."""
|
||||
"""Indiciates if the group is inherited from a parent channel."""
|
||||
return bool(self.__group.inherited)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user