Discord bot that facilitates out of game "looking for group" in Python using pycord.
- Each discord voice chat can have it's own group.
- Users can join with their characters and roles they wish to play.
- Group ownership can be given away or voted to another user.
- Get next character with /tank, /healer, /dps
- removes that character from other queues
Command | Notes | |
---|---|---|
/join | Join group. | |
/join <character_name> [roles] | Roles can be 'd', 'h', and/or 't'. | |
/unjoin <character_name> [roles] | Oposite of join. When called by the owner, can unjoin any users characters. | |
/bye | Remove all characters, end group if owner. | |
/yield | Yield ownership to another user. | |
/vote | Vote to promote user to owner. Majority must vote within 10 seconds to transfer ownership | |
/tank | Get next tank from queue. | |
/healer | Get next healer from queue | |
/dps | Get next dps from queue |