def initialize(self):
"""Performs initialization that needs to happen after the Bot object is
constructed.
"""
self.user = user.User(self,
groups.Groups(self.database),
steam.client.SteamClient()
)