Sashank Kurra
← projects

Automation · Independent build

Discord Automation

Persistent event-driven operations bot

Python · discord.py · Railway · Webhooks · RBAC · Environment secrets

Built and deployed a Discord automation bot that replaced repetitive support and access tasks. It handles tickets, onboarding, permission checks, and webhook events while running continuously on Railway.

01Discord / webhook event
02Event handler
03Permission checks
04Workflow state
05Role / ticket outcome

Handled Discord events asynchronously with discord.py.

Added role-based permission checks for user and admin actions.

Deployed the bot continuously on Railway with secrets stored in environment variables.

Connected webhook events to onboarding and support workflows.

Automated admin actions needed clear permission checks so users could not trigger restricted workflows.

Running continuously in the cloud required deployment, secret management, and handling event failures outside a local development session.

Deployed a persistent automation service that reduced manual support and access work.

← All projectsHome →