Skip to content
Snippets Groups Projects
Commit 569bc71b authored by nickolas360's avatar nickolas360
Browse files

VoiceOpInfo.prefixes is actually a frozenset

parent 049b915b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1265,7 +1265,7 @@ class VoiceOpInfo(IStr):
def prefixes(self):
"""This user's prefixes.
 
:type: `str`
:type: `frozenset`
"""
return self._prefixes
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment