From 5fada099002a4b9f3b08e60afd2afe8b5ffd6069 Mon Sep 17 00:00:00 2001 From: kokopi-dev Date: Sat, 14 Mar 2026 01:11:04 +0900 Subject: [PATCH] update:projects --- constants/projects.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/constants/projects.go b/constants/projects.go index fad1a62..110d5a0 100644 --- a/constants/projects.go +++ b/constants/projects.go @@ -35,11 +35,11 @@ var AllProjects = []Project{ { Url: "/projects/dotfiles", Name: "Koko-chan", - Description: "Paid discord bot service for handling schedules.", - HostedOn: "", + Description: "Discord bot service for handling schedules, has free and paid tiers.", + HostedOn: "VPS", LinkGitea: "", LinkGithub: "", - TechTags: []string{"golang", "templ", "tailwindcss"}, + TechTags: []string{"golang", "templ", "tailwindcss", "postgresql", "redis"}, IsWIP: true, }, }