From fb4926cb04a19593bec6a2972fc77e73046ef8a2 Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Tue, 17 Feb 2026 17:25:58 +1100 Subject: [PATCH] chore: update repo links --- README.md | 12 ++++++------ build.gradle.kts | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 25c01f5..ac7b9e8 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # Awoocord Plugins -## [Bubbles](plugins/Crocosmia) | [Download](https://github.com/LavaDesu/Awoocord/raw/builds/Bubbles.zip) +## [Bubbles](plugins/Crocosmia) | [Download](https://github.com/cillynder/Awoocord/raw/builds/Bubbles.zip) Wrap messages in bubbles inspired by Material 3 Expressive -## [Clump](plugins/Bocchi) | [Download](https://github.com/LavaDesu/Awoocord/raw/builds/Clump.zip) +## [Clump](plugins/Bocchi) | [Download](https://github.com/cillynder/Awoocord/raw/builds/Clump.zip) Group messages more leniently (e.g. mentions, attachments, etc..), reducing clutter and wasted space. -## [RoleBlocks](plugins/Zinnia) | [Download](https://github.com/LavaDesu/Awoocord/raw/builds/RoleBlocks.zip) +## [RoleBlocks](plugins/Zinnia) | [Download](https://github.com/cillynder/Awoocord/raw/builds/RoleBlocks.zip) Apply the role colour as a background of usernames, improving contrast with some role colours -## [Scout](plugins/Scout) | [Download](https://github.com/LavaDesu/Awoocord/raw/builds/Scout.zip) +## [Scout](plugins/Scout) | [Download](https://github.com/cillynder/Awoocord/raw/builds/Scout.zip) Reimplemented features from search of other clients: - Sorting by oldest first @@ -21,10 +21,10 @@ Reimplemented features from search of other clients: # WIP Backports -## [SlashCommandsFix](canary/SlashCommandsFix) | [Download](https://github.com/LavaDesu/Awoocord/raw/builds/SlashCommandsFixBeta.zip) +## [SlashCommandsFix](canary/SlashCommandsFix) | [Download](https://github.com/cillynder/Awoocord/raw/builds/SlashCommandsFixBeta.zip) Fixes slash commands not showing up. -## [ComponentsV2](canary/ComponentsV2) | [Download](https://github.com/LavaDesu/Awoocord/raw/builds/ComponentsV2Beta.zip) +## [ComponentsV2](canary/ComponentsV2) | [Download](https://github.com/cillynder/Awoocord/raw/builds/ComponentsV2Beta.zip) Fix missing/empty bot messages using the new embed system. Such messages will be marked "CV2" as part of its tag. diff --git a/build.gradle.kts b/build.gradle.kts index 4cc50c4..6cfa17b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,8 +46,8 @@ subprojects { } configure { - author("Lava", 368398754077868032L, hyperlink = true) - github("https://github.com/LavaDesu/Awoocord") + author("cilly", 368398754077868032L, hyperlink = false) + github("https://github.com/cillynder/Awoocord") } configure {