No description
Find a file
sirpiglr e649bd29b7 Limit bot messages to specific channels to prevent unwanted syncing
Add conditional logic to only sync messages from configured channels like main chat, announcements, and the feed channel, preventing all messages from being processed.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 1cbe8f4b-356c-4837-ace1-6973d0cbee0c
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/duiWnI1
Replit-Helium-Checkpoint-Created: true
2025-12-03 03:37:28 +00:00
.builder/rules Initial commit 2025-08-05 20:03:34 +00:00
.github/workflows Prettier format pending files 2025-11-09 21:48:04 +00:00
api Improve error handling and logging for Discord account linking 2025-12-03 02:16:30 +00:00
attached_assets Fix errors preventing users from verifying Discord accounts and activating rewards 2025-12-03 01:38:00 +00:00
client Move the feed page to the community section and add redirects 2025-12-03 03:11:57 +00:00
discord-bot Limit bot messages to specific channels to prevent unwanted syncing 2025-12-03 03:37:28 +00:00
docs Prettier format pending files 2025-11-17 08:47:57 +00:00
docs-migration Prettier format pending files 2025-11-05 02:45:56 +00:00
public AI & Machine Learning Beginners Course 2025-11-13 04:16:53 +00:00
scripts Prettier format pending files 2025-11-08 03:49:51 +00:00
server Implement bidirectional Discord and feed channel synchronization 2025-12-03 03:36:05 +00:00
shared Remove demo API types 2025-08-06 02:14:21 +00:00
supabase/migrations Create provider_identities table for OAuth federation to Foundation Passports 2025-11-17 08:38:20 +00:00
tests Prettier format pending files 2025-11-08 03:49:51 +00:00
.builderrules Todo list updated 2025-10-01 02:16:46 +00:00
.dockerignore Initial commit 2025-08-05 20:03:34 +00:00
.env.discord.example Discord Configuration Example 2025-11-05 07:33:35 +00:00
.env.example Create environment variables template 2025-08-06 00:04:12 +00:00
.env.foundation-oauth.example completionId: cgen-6e1d80e2545f4e4998a976070bea2bc3 2025-11-17 02:24:05 +00:00
.gitignore Configure Vite to work with Replit and secure file system access 2025-12-02 18:11:51 +00:00
.htaccess Create .htaccess file for Hostinger SPA routing 2025-08-06 03:31:57 +00:00
.npmrc Initial commit 2025-08-05 20:03:34 +00:00
.prettierrc Initial commit 2025-08-05 20:03:34 +00:00
.replit Implement bidirectional Discord and feed channel synchronization 2025-12-03 03:36:05 +00:00
.vercelignore Fix .vercelignore to not exclude utility modules needed by handlers 2025-11-16 07:02:05 +00:00
AGENTS.md Initial commit 2025-08-05 20:03:34 +00:00
build-api.js Simplify build-api.js to just validate API setup 2025-11-16 05:00:15 +00:00
build-for-hostinger.sh Create build script for Hostinger deployment 2025-08-06 03:32:07 +00:00
components.json Initial commit 2025-08-05 20:03:34 +00:00
copy-api.js completionId: cgen-501e89513d5342e4a2c04a825bae5594 2025-11-16 01:49:28 +00:00
DISCORD_SETUP.md Update next steps section with final Discord configuration 2025-11-05 16:34:09 +00:00
Dockerfile Create Dockerfile for Railway deployment 2025-11-16 10:59:29 +00:00
hostinger-deploy.md Prettier format pending files 2025-08-06 03:38:55 +00:00
index.html completionId: cgen-1099a38dee794d9e9572a16ca3ae4f14 2025-11-15 03:28:04 +00:00
netlify.toml Initial commit 2025-08-05 20:03:34 +00:00
OAUTH_SETUP.md Replace fly.dev with aethex.dev throughout code/OAUTH_SETUP.md 2025-11-08 08:07:07 +00:00
package-lock.json Configure Vite to work with Replit and secure file system access 2025-12-02 18:11:51 +00:00
package.json completionId: cgen-d8a68b9f3311415881722270f4b5faff 2025-11-16 10:59:25 +00:00
postcss.config.js Initial commit 2025-08-05 20:03:34 +00:00
railway.json Create railway.json configuration 2025-11-16 10:59:32 +00:00
replit.md Implement bidirectional Discord and feed channel synchronization 2025-12-03 03:36:05 +00:00
supabase-migration.sql Append user_roles table and RLS to migration SQL 2025-09-27 21:13:35 +00:00
SUPABASE_SETUP.md Prettier format pending files 2025-08-06 00:35:27 +00:00
tailwind.config.ts Update tailwind config with AeThex brand colors 2025-08-05 22:46:04 +00:00
tsconfig.json Initial commit 2025-08-05 20:03:34 +00:00
vercel.json Move the feed page to the community section and add redirects 2025-12-03 03:11:57 +00:00
vite.config.server.ts Fix server build to produce the correct output file for deployment 2025-12-02 18:51:07 +00:00
vite.config.ts Allow all hosts for Vite development server in Replit environment 2025-12-02 18:16:34 +00:00