From 02a8da8193bce697dc6f9666febad93776abd2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=93=20hAodha?= Date: Sat, 8 Jul 2023 21:04:29 +0100 Subject: [PATCH] remove incorrect comment on shell expansion from readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 862040d..955fcf3 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. Note that if you are passing the URL to the script from the command-line, then you should wrap it in quotes to prevent your shell from trying to interpret the special characters contained in the URL such as forward slashes. The URL can be passed to the script as follows: +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: ```bash -./purge_discord.py -u "https://discord.com/channels/@me/1234567890123456789" +./purge_discord.py -u https://discord.com/channels/@me/1234567890123456789 ```