From 1f63b63fd60333dd6b56f915d5da5a4e9608f254 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sat, 8 Jan 2022 21:55:23 -0600 Subject: [PATCH] fix(discord): updated link --- .env.example | 2 +- README.md | 4 ++-- docker-compose.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index d8459fc..a447c96 100644 --- a/.env.example +++ b/.env.example @@ -19,7 +19,7 @@ RAZZLE_TWITTER=https://twitter.com/TechnoTimLive RAZZLE_INSTAGRAM=https://www.instagram.com/techno.tim RAZZLE_YOUTUBE=https://www.youtube.com/channel/UCOk-gHyjcWZNj3Br4oxwh0A RAZZLE_TWITCH=https://www.twitch.tv/technotim/ -RAZZLE_DISCORD=https://discord.gg/DJKexrJ +RAZZLE_DISCORD=https://l.technotim.live/discord RAZZLE_TIKTOK=https://www.tiktok.com/@technotim RAZZLE_KIT=https://kit.co/TechnoTim RAZZLE_FOOTER=Thanks for stopping by! diff --git a/README.md b/README.md index c3f2c53..6c79839 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ services: - INSTAGRAM=https://www.instagram.com/techno.tim - YOUTUBE=https://www.youtube.com/channel/UCOk-gHyjcWZNj3Br4oxwh0A - TWITCH=https://www.twitch.tv/technotim/ - - DISCORD=https://discord.gg/DJKexrJ + - DISCORD=https://l.technotim.live/discord - TIKTOK=https://www.tiktok.com/@technotim - KIT=https://kit.co/TechnoTim - FACEBOOK=https://facebook.com @@ -179,7 +179,7 @@ docker run -d \ -e INSTAGRAM='https://www.instagram.com/techno.tim' \ -e YOUTUBE='https://www.youtube.com/channel/UCOk-gHyjcWZNj3Br4oxwh0A' \ -e TWITCH='https://www.twitch.tv/technotim' \ - -e DISCORD='https://discord.gg/DJKexrJ' \ + -e DISCORD='https://l.technotim.live/discord' \ -e TIKTOK='https://www.tiktok.com/@technotim' \ -e KIT='https://kit.co/TechnoTim' \ -e EMAIL='someone@example.com' \ diff --git a/docker-compose.yml b/docker-compose.yml index 7b9a7e5..cea7b48 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: - INSTAGRAM=https://www.instagram.com/techno.tim - YOUTUBE=https://www.youtube.com/channel/UCOk-gHyjcWZNj3Br4oxwh0A - TWITCH=https://www.twitch.tv/technotim/ - - DISCORD=https://discord.gg/DJKexrJ + - DISCORD=https://l.technotim.live/discord - TIKTOK=https://www.tiktok.com/@technotim - KIT=https://kit.co/TechnoTim - FACEBOOK=https://facebook.com