From 8d065af425586c16fc965ee2447de00b6fc84f4b Mon Sep 17 00:00:00 2001 From: blastoise186 <40033667+blastoise186@users.noreply.github.com> Date: Mon, 4 May 2020 20:40:41 +0100 Subject: [PATCH 1/3] Discord domain switched --- docs/pages/03.docs/02.setup/01.adding_gearbot/doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/03.docs/02.setup/01.adding_gearbot/doc.md b/docs/pages/03.docs/02.setup/01.adding_gearbot/doc.md index c1ba3604..b9829992 100644 --- a/docs/pages/03.docs/02.setup/01.adding_gearbot/doc.md +++ b/docs/pages/03.docs/02.setup/01.adding_gearbot/doc.md @@ -3,7 +3,7 @@ title: Adding GearBot --- # Adding the bot The first step is to add GearBot to the server and prepare a few things so he can work. If you click on the following link you can add him with the permissions he needs. Below is an explanation of why he needs what permissions if you don't want him to have all these permissions. -[Click here to add GearBot](https://discordapp.com/oauth2/authorize?client_id=349977940198555660&scope=bot&permissions=1342565590). +[Click here to add GearBot](https://discord.com/oauth2/authorize?client_id=349977940198555660&scope=bot&permissions=1342565590). # Permissions - Manage roles From e8dd933450f9e24d73c20661e70a30a708edbeba Mon Sep 17 00:00:00 2001 From: blastoise186 <40033667+blastoise186@users.noreply.github.com> Date: Mon, 4 May 2020 20:43:19 +0100 Subject: [PATCH 2/3] Domain switch message utils --- GearBot/Util/MessageUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GearBot/Util/MessageUtils.py b/GearBot/Util/MessageUtils.py index b69878d7..025d3df2 100644 --- a/GearBot/Util/MessageUtils.py +++ b/GearBot/Util/MessageUtils.py @@ -84,4 +84,4 @@ def day_difference(a, b, location): return Translator.translate('days_ago', location, days=diff.days, date=a) def construct_jumplink(guild_id, channel_id, message_id): - return f"https://discordapp.com/channels/{guild_id}/{channel_id}/{message_id}" + return f"https://discord.com/channels/{guild_id}/{channel_id}/{message_id}" From 5f2b7732bdcfd631b7131ae74ab0086bf4eb2226 Mon Sep 17 00:00:00 2001 From: blastoise186 <40033667+blastoise186@users.noreply.github.com> Date: Mon, 4 May 2020 20:45:32 +0100 Subject: [PATCH 3/3] Discord domain switch security page --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 8ed0ebe9..df895797 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -30,7 +30,7 @@ While transparency is always a good thing, when another user's data is potential ## How to report -- Contact AEnterprise#4693 (userid 106354106196570112) or BlackHoleFox#1527 (userid 105076359188979712) on Discord. You can find us on the [GearBot Discord Server](https://discordapp.com/invite/vddW3D9). +- Contact AEnterprise#4693 (userid 106354106196570112) or BlackHoleFox#1527 (userid 105076359188979712) on Discord. You can find us on the [GearBot Discord Server](https://discord.com/invite/vddW3D9). - Alternatively you can report via email at: gearbot@gearbot.rocks - You will receive a reply confirming we received your report within 48h. If you do not get such confirmation it means the person you tried to contact is unavailable for some reason. Please try one of the other methods instead to make sure we receive your report.