Skip to content

Latest commit

 

History

History

README.md

Discord Integration Documentation

Skills: Third-party Integrations Backend Development OAuth2 Webhooks

This directory contains all documentation related to Discord integration with Commonly.

Overview

Status: ⚠️ Legacy in-platform provider. Discord will move to an external service. External service stub lives at external/commonly-provider-services/discord-service/.

Document Description
DISCORD.md Main integration overview - slash commands, architecture, bot setup
DISCORD_APP_SETUP.md Step-by-step guide to create Discord application and bot
DISCORD_SETUP.md User guide for setting up Discord integration
DISCORD_DEPLOYMENT.md Automated command registration and deployment
DISCORD_INTEGRATION_ARCHITECTURE.md Technical architecture - API polling, unified sync
DISCORD_INTEGRATION_PROGRESS.md Development progress tracker, completed fixes
DISCORD_INTERACTION_STANDARDS.md Discord API standards compliance
DISCORD_INTEGRATION.md Comprehensive design proposal
REGISTER_DISCORD_COMMANDS.md Guide for registering slash commands
TEST_DISCORD_BOT.md Testing guide for bot functionality
TEST_DISCORD_COMMANDS.md Testing slash commands

Quick Start

  1. New to Discord Integration? Start with DISCORD_SETUP.md
  2. Setting up the bot? See DISCORD_APP_SETUP.md
  3. Deploying commands? Check DISCORD_DEPLOYMENT.md
  4. Understanding architecture? Read DISCORD_INTEGRATION_ARCHITECTURE.md