Skip to content

Commit 57583ea

Browse files
authored
Replace discordapp.com with discord.com (#724)
* docs: update discordapp.com to discord.com Signed-off-by: Seth Falco <seth@falco.fun> * add visualstudiocode to gitignore Signed-off-by: Seth Falco <seth@falco.fun>
1 parent 3026264 commit 57583ea

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ build
5353

5454
*.db
5555
*.db.backup
56+
57+
.vscode/
58+
*.code-workspace
59+
60+
# Local History for Visual Studio Code
61+
.history/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ should show up in the network list on Element and other clients.
9898

9999
### Setting up Discord
100100

101-
* Create a new application via https://discordapp.com/developers/applications
101+
* Create a new application via https://discord.com/developers/applications
102102
* Make sure to create a bot user. Fill in ``config.yaml``
103103
* Run ``yarn addbot`` to get a authorisation link.
104104
* Give this link to owners of the guilds you plan to bridge.

src/matrixcommandhandler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class MatrixCommandHandler {
6565
"4. In the matrix room, send the message `!discord bridge <guild id> <channel id>` " +
6666
"(without the backticks)\n" +
6767
" Note: The Guild ID and Channel ID can be retrieved from the URL in your web browser.\n" +
68-
" The URL is formatted as https://discordapp.com/channels/GUILD_ID/CHANNEL_ID\n" +
68+
" The URL is formatted as https://discord.com/channels/GUILD_ID/CHANNEL_ID\n" +
6969
"5. Enjoy your new bridge!",
7070
/* eslint-enable prefer-template */
7171
params: ["guildId", "channelId"],

0 commit comments

Comments
 (0)