remove incorrect comment on shell expansion from readme
This commit is contained in:
@ -50,7 +50,7 @@ The script can be ran either by supplying the channel ID or the channel URL. To
|
|||||||
```bash
|
```bash
|
||||||
./purge_discord.py -i 1234567890123456789
|
./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
|
```bash
|
||||||
./purge_discord.py -u "https://discord.com/channels/@me/1234567890123456789"
|
./purge_discord.py -u https://discord.com/channels/@me/1234567890123456789
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user