2025-05-26 22:49:05 +02:00
2025-05-26 22:49:05 +02:00
2025-05-26 22:23:08 +02:00
2025-05-26 20:59:40 +02:00

DemocracyBot

Discord bot for managing democratic invitations to join a server.

Workflow

graph TD;
    A[User] -->|Tells bot to invite a user| B[Bot];
    B -->|Creates a poll| C[Poll];
    C --> |If 50% active members vote yes| D[Invite User];
    C --> |If 50% active members vote no| E[Do not invite user];

Active users

We keep track of active users by checking for activity1 . No messages are logged, only the fact that a user has been active.


  1. Message, reaction, or voice activity in the last 30 days. ↩︎

Description
No description provided
Readme 47 KiB
Languages
Python 100%