markweirath/big-brother-bot

B3 Client : client with level 0 has no group

Closed this issue · 0 comments

when calling client.maxGroup for a client having level 0 the result is None.
Since the group Guest was added to database associated to the level 0, client.maxGroup should return this group in such case.

This would make writing code around groups much easier as we will not have to worry about getting None