{
return;
}
- // Query the message profanity level with https://github.com/hololb/ProfanityAPI
+ // Query the message profanity level with https://github.com/bubner/ProfanityAPI
let analysis = await Promise.race([
fetch("https://profanityapi.vercel.app/?f=" + formVal)
.then((res) => res.json())
diff --git a/src/chat/Login.tsx b/src/chat/Login.tsx
index 966fd9c..adead71 100755
--- a/src/chat/Login.tsx
+++ b/src/chat/Login.tsx
@@ -43,7 +43,7 @@ function Login() {
Application developed by
- Lucas Bubner @hololb
+ Lucas Bubner @bubner
Lachlan Paul @BanjoTheBot
diff --git a/src/windows/About.tsx b/src/windows/About.tsx
index c5c62c2..624e675 100644
--- a/src/windows/About.tsx
+++ b/src/windows/About.tsx
@@ -37,9 +37,9 @@ function About() {
rel="noreferrer"
target="_blank"
className="ghlink"
- href="https://github.com/hololb/"
+ href="https://github.com/bubner/"
>
- @hololb
+ @bubner
Lead programmer and backend manager |