diff --git a/src/config.ts b/src/config.ts index bb945a4..9a53a23 100644 --- a/src/config.ts +++ b/src/config.ts @@ -140,29 +140,44 @@ export const SKILLS = [ export const PROJECTS = [ { - name: "HyLib", - link: "https://github.com/xHyroM/HyLib", - desc: "Source code for HyLib, a paper plugin and powerful library.", + name: "Discord Datamining", + link: "https://github.com/xHyroM/discord-datamining", + desc: "Uncover Insights and Trends in Discord's Ecosystem. Explore, Analyze, Discover.", }, { - name: "HyChat", - link: "https://github.com/xHyroM/HyChat", - desc: "Source code for HyChat, a paper plugin.", + name: "hykord", + link: "https://github.com/xHyroM/hykord", + desc: "My @discord client modification. Currently out of date but prepare for a new version soon.", }, { - name: "HyX", - link: "https://github.com/xHyroM/HyX", - desc: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Cumque, quaerat.", + name: "lsx", + link: "https://github.com/xHyroM/lsx", + desc: "My attempt to create alternatives for **ls** and **dir**, mainly for windows. Using Rust.", }, { name: "Mashe", link: "https://github.com/xHyroM/mashe", - desc: "Simple, fast, and easy to use Event Handling for Java.", + desc: "Simple event bus written in Java. Using LambdaMetafactory and also Reflections.", }, { - name: "Mumblum", - link: "https://github.com/xHyroM/mumblum", - desc: "Mumblum is a simple, modern discord bot in JDA.", + name: "Message Scraper", + link: "https://github.com/xHyroM/message-scraper", + desc: "Fast and versatile tool to extract discord channel messages into HTML, Markdown, or TXT.", + }, + { + name: "Peddler's Pocket", + link: "https://github.com/xHyroM/peddlerspocket", + desc: "A user-friendly plugin that makes the process of selling items easier and boosts your server's economy.", + }, + { + name: "Roles Bot", + link: "https://github.com/xHyroM/roles-bot", + desc: "Simplify role assignment with interactive buttons and dropdowns in Discord. Using Cloudflare Workers.", + }, + { + name: "Roomblom", + link: "https://github.com/xHyroM/roomblom", + desc: "Roomblom is a simple discord bot for music. Built on top of LavaPlayer, JDA and Kotlin.", }, { name: "setup-bun", @@ -170,50 +185,15 @@ export const PROJECTS = [ desc: "Set up your GitHub Actions workflow with a specific version of Bun.", }, { - name: "Roles Bot", - link: "https://github.com/xHyroM/roles-bot", - desc: 'Discord bot for "button" roles, using Cloudflare Workers.', - }, - { - name: "Bun Discord Bot", - link: "https://github.com/xHyroM/bun-discord-bot", - desc: "Official serverless discord bot for bun discord server.", - }, - { - name: "hykord", - link: "https://github.com/xHyroM/hykord", - desc: "My @discord client modification.", - }, - { - name: "frog", - link: "https://github.com/xHyroM/frog", - desc: "Frog is an extremely simple language based on the monkey language.", - }, - { - name: "lsx", - link: "https://github.com/xHyroM/lsx", - desc: "Lsx is a simple, fast, and easy to use ls implementation in Rust.", + name: "shortener", + link: "https://github.com/xHyroM/shortener", + desc: "Modern shortener using Astro, Svelte, TypeScript built on top of Cloudflare Pages, Page Functions, D1 and KV", }, { name: "Slovensko v Grafoch", link: "https://github.com/xHyroM/slovensko-v-grafoch", desc: "Slovensko v Grafoch is a website that shows data about Slovakia in graphs.", }, - { - name: "Peddler's Pocket", - link: "https://github.com/xHyroM/peddlerspocket", - desc: "/sell command that allows you to put things into GUI and then sell them by closing", - }, - { - name: "Peak Pursuit", - link: "https://github.com/xHyroM/peakpursuit", - desc: "PeakPursuit is a plugin for King of the Hill events that adds a competitive edge to your server gameplay. Conquer the hill and claim the crown!", - }, - { - name: "Spawner Genz", - link: "https://github.com/xHyroM/spawnergenz", - desc: "Spawner Genz is a plugin that modifies the functionality of spawners so that they don't spawn entities, but instead store drops in a virtual storag in which you can then sell or move everything to your inventory.", - }, ] as { name: string; link: string;