Telegram bot for GemsOfWar

@Lyya Today bot fetches the new data, and found that traits information was empty.
Can tratis field be empty?

{"id":6451,"name":"Nosferatu", ... ,"traits":[]}, 

Itā€™s a bug, and I know the cause. I will fix it tonight.

Okay, itā€™s fixed. When trait costs are not known, the traits will show but the costs will be empty, as in:

	"traits": [{
		"costs": [],
		"name": "Life Drain",
		"code": "lifedrain",
		"description": "Gain 4 Life when an enemy dies."
	},
	{
		"costs": [],
		"name": "Stealthy",
		"code": "stealthy",
		"description": "Cannot be targeted by spells (unless there are no other targets)."
	},
	{
		"costs": [],
		"name": "Undying",
		"code": "undying",
		"description": "Immune to Poison, Disease, and Death Mark."
	}],

hello @Lyya,

itā€™s possible to have a endpoint of collection informations ? or at minima a true / false response for id card ?

the idea behind this is to compare ā€œprebuildā€ team and collections for propose team with collection comparison.

it is planned to have a companion endpoint ?

Hi, is there a command or an endpoint that we could send a team [6000,6000,6000,6000] and retrieve teamā€™s bonus ?