Crewbot Settings
Opened this issue · 3 comments
jpanahon commented
A way for CrewBot to be able to determine if any roles are added.
e.g. /newgame channel: Room 1
necromancer: 50
kilbouri commented
Note that roles typically have at least two settings: count, and chance for each.
jpanahon commented
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
kilbouri commented
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.