From 92efc88f8f59e8064d821cbd2f28322a1dd0354c Mon Sep 17 00:00:00 2001 From: Madeline Hashcube Date: Wed, 20 May 2026 03:00:34 +0000 Subject: [PATCH] update to be for tangled --- README.md | 6 +++--- go.mod | 2 +- main.go | 6 +++--- discord/discord.go | 2 +- parser/mute.go | 2 +- parser/state.go | 2 +- parser/unmute.go | 2 +- 7 file(s) changed, 11 insertion(s)(+), 11 deletion(s)(-) diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GoMuteUs -Goofy little rewrite of [AMuteUs](https://github.com/MattheDev53/AMuteUs) +Goofy little rewrite of [AMuteUs](https://github.com/hashcube-dev/AMuteUs) ## The Problem @@ -40,13 +40,13 @@ ### Running ```sh -nix run github:MattheDev53/GoMuteUs +nix run # I gotta figure this one out ``` OR ```sh -git clone git@github.com:MattheDev53/GoMuteUs.git +git clone git@tangled.org:did:plc:5mxjgs7uzfui4d5ohjcc4zjj cd GoMuteUs nix run ``` diff --git a/go.mod b/go.mod --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/MattheDev53/GoMuteUs +module tangled.org/hashcube.neocities.org/GoMuteUs go 1.25.4 diff --git a/main.go b/main.go --- a/main.go +++ b/main.go @@ -1,9 +1,9 @@ package main import ( - cfg "github.com/MattheDev53/GoMuteUs/config" - "github.com/MattheDev53/GoMuteUs/discord" - "github.com/MattheDev53/GoMuteUs/parser" + cfg "tangled.org/hashcube.neocities.org/GoMuteUs/config" + "tangled.org/hashcube.neocities.org/GoMuteUs/discord" + "tangled.org/hashcube.neocities.org/GoMuteUs/parser" "github.com/bwmarrin/discordgo" "github.com/charmbracelet/log" diff --git a/discord/discord.go b/discord/discord.go --- a/discord/discord.go +++ b/discord/discord.go @@ -1,7 +1,7 @@ package discord import ( - cfg "github.com/MattheDev53/GoMuteUs/config" + cfg "tangled.org/hashcube.neocities.org/GoMuteUs/config" "github.com/bwmarrin/discordgo" catppuccin "github.com/catppuccin/go" lg "github.com/charmbracelet/lipgloss" diff --git a/parser/mute.go b/parser/mute.go --- a/parser/mute.go +++ b/parser/mute.go @@ -2,7 +2,7 @@ import ( "fmt" - "github.com/MattheDev53/GoMuteUs/discord" + "tangled.org/hashcube.neocities.org/GoMuteUs/discord" ) func muteParser(cmd string) { diff --git a/parser/state.go b/parser/state.go --- a/parser/state.go +++ b/parser/state.go @@ -2,7 +2,7 @@ import ( "fmt" - "github.com/MattheDev53/GoMuteUs/discord" + "tangled.org/hashcube.neocities.org/GoMuteUs/discord" ) func aliveParser(cmd string) { diff --git a/parser/unmute.go b/parser/unmute.go --- a/parser/unmute.go +++ b/parser/unmute.go @@ -2,7 +2,7 @@ import ( "fmt" - "github.com/MattheDev53/GoMuteUs/discord" + "tangled.org/hashcube.neocities.org/GoMuteUs/discord" ) func unmuteParser(cmd string) { -- tangled.sh