From b8c07cf27db6f95a5a1d08d6234b9f1801264fbd Mon Sep 17 00:00:00 2001 From: Space-Banane Date: Wed, 21 Jan 2026 23:23:33 +0100 Subject: [PATCH] Added Thoughtful Discord Bot mini project --- src/App.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 7d0598d..ff57666 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1249,6 +1249,17 @@ const miniProjects: MiniProject[] = [ color: "blue", content: "Requires Go to be installed; Docs are in windows only for now. Linux is probably still supported though.", } + }, + { + title: "Thoughtful Discord Bot", + description: "A Discord bot to quickly add ideas to Thoughtful.", + why: "Amazing idea i had while eating.", + github: "https://gitea.reversed.dev/space/thoughtful-dcbot", + image: "https://shx.reversed.dev/u/lQHAyz.png", + note: { + color: "blue", + content: "Requires Thoughtful to use lol", + } } ];