Ore Features of the Bot:
Player Registration:
Players can join the game using commands like ! join or ! start.
Players can leave the game with the ! leave command.
Role Distribution:
The bot randomly assigns roles to players. Common roles include:
Mafia
Innocents (Townsperson)
Doctor
Detective
Roles can be further customized depending on the number of players.
Game Phases:
Night Phase: Mafia decides who to kill, and the Doctor can protect a player.
Day Phase: All players vote to eliminate someone they believe is part of the Mafia.
Voting and Elimination:
Players vote during the Day Phase to eliminate a suspected Mafia member.
Voting is done using a DM system or a channel vote, depending on configuration.
Game End Conditions:
The game ends when either all Mafia members are eliminated or the Mafia has outnumbered the Town.
System & Software Requirements:
Operating System:
The bot can be deployed on Windows, macOS, or Linux depending on your hosting environment.
Python Version:
Python version 3.8+ (latest stable version recommended).
Required Libraries (Dependencies):
The following Python libraries are necessary for bot functionality:
discord. py (for Discord bot functionality)
asyncio (for handling asynchronous tasks like timers)
python-dotenv (for managing environment variables such as the bot token)