From 00607e69ba3e4661b705c74249929f2fcaccc5e3 Mon Sep 17 00:00:00 2001 From: Stattek Date: Fri, 13 Sep 2024 20:00:06 -0500 Subject: [PATCH 1/2] Minor grammar fixes. --- README.md | 2 +- docs/puppeting.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 934ed5fe..40fff837 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ should show up in the network list on Element and other clients. * Create a new application via https://discord.com/developers/applications * Make sure to create a bot user. Fill in ``config.yaml`` -* Run ``yarn addbot`` to get a authorisation link. +* Run ``yarn addbot`` to get an authorisation link. * Give this link to owners of the guilds you plan to bridge. * Finally, you can join a room with ``#_discord_guildid_channelid`` * These can be taken from the url ("/$GUILDID/$CHANNELID") when you are in a channel. diff --git a/docs/puppeting.md b/docs/puppeting.md index f2337569..496b39fa 100644 --- a/docs/puppeting.md +++ b/docs/puppeting.md @@ -26,7 +26,7 @@ The tokens will be stored by the bridge and are valid until the user changes their password, so please be careful not to give the token to anything that you wouldn't trust with your password. -I accept no responsibility if Discord ban your IP, Account or even your details on +I accept no responsibility if Discord bans your IP, Account or even your details on their system. They have never given official support on custom clients (and by extension, puppeting bridges). If you are in any doubt, stick to the bot which is within the rules. From c04a5a3a766039dc2670557f32f9b0c2f7bb1ecc Mon Sep 17 00:00:00 2001 From: stattek Date: Sun, 22 Sep 2024 15:02:04 -0500 Subject: [PATCH 2/2] Add changelog. --- changelog.d/923.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/923.doc diff --git a/changelog.d/923.doc b/changelog.d/923.doc new file mode 100644 index 00000000..38c867f1 --- /dev/null +++ b/changelog.d/923.doc @@ -0,0 +1 @@ +Fixed grammatical errors in documentation. \ No newline at end of file