Alphapy Discord Bot
A powerful, modular Discord bot for conscious communities — practical server tools combined with AI features for growth coaching and knowledge sharing.
Overview
Innersync • Alphapy is a Discord bot built for the Alphapips community with server management utilities and optional AI features. It combines essential Discord utilities (ticketing, reminders, slash commands, role management) with an optional AI layer powered by GPT.
Core features include:
- Full ticketing system with private channels and staff workflows
- One-off and recurring reminders with timezone support
- Optional: Growth check-ins via
/growthcheckin - Optional: Knowledge search via
/learn_topic - Optional: Caption generation via
/create_caption
The bot is modular, scalable, and easy to expand — built with Discord.py and FastAPI.
Installation
- Clone the repository:
git clone <repository-url> cd alphapy- Install dependencies:
pip install -r requirements.txt- Configure environment:
cp .env.example .env # Edit .env with your tokens- Run the bot:
python bot.py