Tests

Colour

class test.Colour(r: int, g: int, b: int)

Role

class test.Role(name: str, color: test.Colour, position: int)

Make shift Role Class

Game

class test.Game(name: str)

Make shift Game Class

Server

class test.Server

Member

class test.Member(name: str, id: str, avatar_url: str, roles, status: str, game: test.Game)

Indices and tables