File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 53
53
54
54
* .db
55
55
* .db.backup
56
+
57
+ .vscode /
58
+ * .code-workspace
59
+
60
+ # Local History for Visual Studio Code
61
+ .history /
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ should show up in the network list on Element and other clients.
98
98
99
99
### Setting up Discord
100
100
101
- * Create a new application via https://discordapp .com/developers/applications
101
+ * Create a new application via https://discord .com/developers/applications
102
102
* Make sure to create a bot user. Fill in `` config.yaml ``
103
103
* Run `` yarn addbot `` to get a authorisation link.
104
104
* Give this link to owners of the guilds you plan to bridge.
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export class MatrixCommandHandler {
65
65
"4. In the matrix room, send the message `!discord bridge <guild id> <channel id>` " +
66
66
"(without the backticks)\n" +
67
67
" 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" +
69
69
"5. Enjoy your new bridge!" ,
70
70
/* eslint-enable prefer-template */
71
71
params : [ "guildId" , "channelId" ] ,
You can’t perform that action at this time.
0 commit comments