From 56871a874a4b4a0b21f2b631000ac0044800e73e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=93=20hAodha?= Date: Fri, 21 Jul 2023 18:02:19 +0100 Subject: [PATCH] remove word from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 218133c..be32422 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The script can be ran either by supplying the channel ID or the channel URL. To ```bash ./purge_discord.py -i 1234567890123456789 ``` -Alternatively, the script can be ran by supplying the channel URL. This is simply the URL that is shown in the address bar of your browser when you navigate to that channel in the web version of the Discord application. The URL can be passed to the script as follows: +Alternatively, the script can be ran by supplying the channel URL. This is the URL that is shown in the address bar of your browser when you navigate to that channel in the web version of the Discord application. The URL can be passed to the script as follows: ```bash ./purge_discord.py -u https://discord.com/channels/@me/1234567890123456789 ```