Added Thoughtful Discord Bot mini project
This commit is contained in:
11
src/App.tsx
11
src/App.tsx
@@ -1249,6 +1249,17 @@ const miniProjects: MiniProject[] = [
|
|||||||
color: "blue",
|
color: "blue",
|
||||||
content: "Requires Go to be installed; Docs are in windows only for now. Linux is probably still supported though.",
|
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",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user