Skip to content

Commit c8e007f

Browse files
committed
📝 Updated README.md
1 parent cfbbbc5 commit c8e007f

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

README.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ There are multiple options for self-hosting:
8383
2. [Download](#downloads) the latest **CleanChat AutoClearChannel Docker**
8484
3. Unzip the `.zip` package on your computer.
8585
4. Copy & rename the `config.json.sample` file to `config.json`.
86-
5. Configure the newly renamed `config.json` file, make sure to replace your `DISCORD_BOT_TOKEN`. *(See: [Configuration](#configuration))*
86+
5. Configure the newly renamed `config.json` file, make sure to replace your `DISCORD_BOT_TOKEN`.
87+
*(See: [Configuration](#configuration))*
8788
6. Build the [`docker`](https://www.docker.com/) container, from command line in the root directory of CleanChat ACC Docker:
8889
```bash
8990
# Build & tag the CleanChat-ACC container
@@ -109,7 +110,8 @@ all with a simple `git push`!
109110
2. [Download](#downloads) the latest **CleanChat AutoClearChannel `Docker`**
110111
3. Unzip the `.zip` package on your computer.
111112
4. Copy & rename the `config.json.sample` file to `config.json`.
112-
5. Configure the newly renamed `config.json` file, make sure to replace your `DISCORD_BOT_TOKEN`. *(See: [Configuration](#configuration))*
113+
5. Configure the newly renamed `config.json` file, make sure to replace your `DISCORD_BOT_TOKEN`.
114+
*(See: [Configuration](#configuration))*
113115
6. Initialize & configure a [`git`](https://git-scm.com/) repository from command line in the root directory of CleanChat ACC Docker:
114116
```bash
115117
# Initialize a git repository
@@ -136,7 +138,8 @@ git push clean-chat-acc master
136138
2. [Download](#downloads) the latest **CleanChat AutoClearChannel `Portable` or `Windows`**
137139
3. Unzip the `.zip` package on your computer.
138140
4. Copy & rename the `config.json.sample` file to `config.json`.
139-
5. Configure the newly renamed `config.json` file, make sure to replace your `DISCORD_BOT_TOKEN`. *(See: [Configuration](#configuration))*
141+
5. Configure the newly renamed `config.json` file, make sure to replace your `DISCORD_BOT_TOKEN`.
142+
*(See: [Configuration](#configuration))*
140143
6. Run the execute-able from command line in the root directory of CleanChat ACC:
141144
- **Portable**: `dotnet CleanChat-AutoClearChannel.dll`
142145
- **Windows 64 & 32**: `CleanChat-AutoClearChannel.exe`
@@ -223,17 +226,21 @@ then the bot will delete every message after they have each spent 5 seconds in c
223226
The delay is set in milliseconds or a "formatted time string"
224227

225228
"Formatted time strings" looks like this:
226-
`2s` means "2 Seconds"
227-
`5m1s` means "5 Minutes and 1 Second"
228-
`10h6m10s` means "10 Hours, 6 Minutes and 10 seconds"
229-
`2s500ms` means "2 Seconds and 500 Milliseconds"
229+
| Format | Meaning |
230+
| :--------: | ------------------------------------ |
231+
| `2s` | "2 Seconds" |
232+
| `5m1s` | "5 Minutes and 1 Second" |
233+
| `10h6m10s` | "10 Hours, 6 Minutes and 10 seconds" |
234+
| `2s500ms` | "2 Seconds and 500 Milliseconds" |
230235

231236
So basically a number, and then a letter representing a time unit.
232-
`ms` means "Milliseconds"
233-
`s` means "Seconds"
234-
`m` means "Minutes"
235-
`h` means "Hours"
236-
`d` means "Days"
237+
| Format | Meaning |
238+
| :----: | -------------- |
239+
| `ms` | "Milliseconds" |
240+
| `s` | "Seconds" |
241+
| `m` | "Minutes" |
242+
| `h` | "Hours" |
243+
| `d` | "Days" |
237244

238245
If you want to remove a autoclearchannel again, you must either set the deletion delay to 0 or use [`reset`](#reset).
239246

0 commit comments

Comments
 (0)