kilbouri/crewbot

Crewbot Settings

Opened this issue · 3 comments

A way for CrewBot to be able to determine if any roles are added.

e.g. /newgame channel: Room 1 necromancer: 50

Note that roles typically have at least two settings: count, and chance for each.

Note that roles typically have at least two settings: count, and chance for each.

I've settled on having it like this

/newgame channel: Room 1 necromancer: 2@50

It's better to split it out. You can ask for a number parameter, and Discord will enforce it. If you ask for a string, you have to parse it and handle errors accordingly.