Automation · Independent build
Discord Automation
Persistent event-driven operations bot
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.
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.