Skip to content

Shadow-Devil/hogwarts-productivity-hub-bot

 
 

Repository files navigation

Hogwarts Productivity Hub Bot

Quick Start

Step 1: Create a Discord Bot Step 2: Download & Configure Step 3: Start the Bot

Detailed Setup Guide (Click to expand)

Prerequisites

# You'll need these installed:
- Node.js (v16 or higher)
- PostgreSQL (v12 or higher)
- Git

Quick Install

# 1. Clone the repository
git clone https://github.com/Shadow-Devil/hogwarts-productivity-hub-bot.git
cd hogwarts-productivity-hub-bot

# 2. Install dependencies
pnpm install

# 3. Setup environment
cp .env.example .env
# Edit .env with your Discord bot token and database URL

# 4. Setup database
npx drizzle-kit migrate

# 5. Register commands and start
pnpm run register
pnpm start

Verify It's Working

In your Discord server, try:

  • /tasks add Learn something new - Add your first task
  • /stats - Check your progress
  • /timer 25 5 - Start a focus session

🎉 That's it! Your productivity bot is ready to transform your community.

About

A gamified pomodoro discord bot - harry potter themed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%