Added Thoughtful Discord Bot mini project

This commit is contained in:
Space-Banane
2026-01-21 23:23:33 +01:00
parent ba0af37b31
commit b8c07cf27d

View File

@@ -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",
}
}
];