Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 575 Bytes

File metadata and controls

25 lines (16 loc) · 575 Bytes

Discord Server Tools

Management scripts for the Claw Recall Discord community server.

Scripts

community_role.py

Auto-assigns the Community role to Discord members who meet engagement criteria:

  • Joined 7+ days ago
  • Sent 5+ messages in the server

Runs via cron. Requires a Discord bot token with MANAGE_ROLES permission.

Usage:

python3 community_role.py

Configuration: Set DISCORD_BOT_TOKEN in the environment or in a config file at the path specified by --config.

License

MIT