fix: remove APPLICATION_ID from clear CLI pages

This commit is contained in:
DuroCodes
2024-06-05 23:49:52 -04:00
parent 2a086abb09
commit b2d44cf58e
2 changed files with 0 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ To use this command, ensure you have a proper `.env` file in your root directory
```sh title=".env"
DISCORD_TOKEN=<YOUR_TOKEN>
APPLICATION_ID=<YOUR_APPLICATION_ID>
NODE_ENV=<development|production>
```

View File

@@ -24,7 +24,6 @@ To use this command, ensure you have a proper `.env` file in your root directory
```sh title=".env"
DISCORD_TOKEN=<YOUR_TOKEN>
APPLICATION_ID=<YOUR_APPLICATION_ID>
NODE_ENV=<development|production>
```