A Python wrapper for the Guilded API Quick Example import guilded client = guilded.Client(command_prefix = "!") client.run(email='', password='')