Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 57583ea0 rédigé par Seth Falco's avatar Seth Falco Validation de GitHub
Parcourir les fichiers

Replace discordapp.com with discord.com (#724)


* docs: update discordapp.com to discord.com

Signed-off-by: default avatarSeth Falco <seth@falco.fun>

* add visualstudiocode to gitignore

Signed-off-by: default avatarSeth Falco <seth@falco.fun>
parent 3026264a
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -53,3 +53,9 @@ build ...@@ -53,3 +53,9 @@ build
*.db *.db
*.db.backup *.db.backup
.vscode/
*.code-workspace
# Local History for Visual Studio Code
.history/
...@@ -98,7 +98,7 @@ should show up in the network list on Element and other clients. ...@@ -98,7 +98,7 @@ should show up in the network list on Element and other clients.
### Setting up Discord ### Setting up Discord
* Create a new application via https://discordapp.com/developers/applications * Create a new application via https://discord.com/developers/applications
* Make sure to create a bot user. Fill in ``config.yaml`` * Make sure to create a bot user. Fill in ``config.yaml``
* Run ``yarn addbot`` to get a authorisation link. * Run ``yarn addbot`` to get a authorisation link.
* Give this link to owners of the guilds you plan to bridge. * Give this link to owners of the guilds you plan to bridge.
......
...@@ -65,7 +65,7 @@ export class MatrixCommandHandler { ...@@ -65,7 +65,7 @@ export class MatrixCommandHandler {
"4. In the matrix room, send the message `!discord bridge <guild id> <channel id>` " + "4. In the matrix room, send the message `!discord bridge <guild id> <channel id>` " +
"(without the backticks)\n" + "(without the backticks)\n" +
" Note: The Guild ID and Channel ID can be retrieved from the URL in your web browser.\n" + " Note: The Guild ID and Channel ID can be retrieved from the URL in your web browser.\n" +
" The URL is formatted as https://discordapp.com/channels/GUILD_ID/CHANNEL_ID\n" + " The URL is formatted as https://discord.com/channels/GUILD_ID/CHANNEL_ID\n" +
"5. Enjoy your new bridge!", "5. Enjoy your new bridge!",
/* eslint-enable prefer-template */ /* eslint-enable prefer-template */
params: ["guildId", "channelId"], params: ["guildId", "channelId"],
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter