Skip to content

Commit de1933d

Browse files
committed
Fixed some line-break problems
1 parent de82ea0 commit de1933d

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

CHANGELOG.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
# v2.5.0
99

10-
Non-Breaking Internal Changes: (This shouldn't affect anyone.)
10+
Non-Breaking Internal Changes. (This shouldn't affect anyone.)
1111

1212
### Background
1313
Bots hosted by Heroku restart at least once every 27 hours.
@@ -29,15 +29,15 @@ Fixed activity setting due to flawed logic in `config.get()` function.
2929
# v2.4.4
3030

3131
### Fixed
32-
Fixed a bug in activity command where it would fail to
33-
set the activity on bot restart if the activity type was `playing`.
32+
Fixed a bug in activity command where it would fail to set the activity on bot restart if the activity type was `playing`.
3433

3534
# v2.4.3
3635

37-
### Changed
38-
- Moved self-hosted log viewer to a separate repo.
3936
This update shouldn't affect anyone.
4037

38+
### Changed
39+
- Moved self-hosted log viewer to a separate repo.
40+
4141
# v2.4.2
4242

4343
### Added
@@ -50,17 +50,15 @@ This update shouldn't affect anyone.
5050

5151
# v2.4.0
5252

53-
Breaking changes:
53+
Breaking changes.
5454

5555
### Added
5656
- Added the `activity` command for setting the activity
57-
- [PR #131](https://github.com/kyb3r/modmail/pull/131#issue-244686818)
58-
this supports multiple activity types (`playing`, `watching`, `listening` and `streaming`).
57+
- [PR #131](https://github.com/kyb3r/modmail/pull/131#issue-244686818) this supports multiple activity types (`playing`, `watching`, `listening` and `streaming`).
5958

6059
### Removed
6160
- Removed the deprecated `status` command.
62-
- This also means you will have to reset your bot status with the
63-
`activity` command, as `status` command is removed.
61+
- This also means you will have to reset your bot status with the `activity` command, as `status` command is removed.
6462

6563
# v2.3.0
6664

@@ -196,10 +194,8 @@ Bug fixes and minor improvements.
196194

197195
# v2.0.0
198196

199-
This release introduces the use of our centralized
200-
[API service](https://github.com/kyb3r/webserver) to enable dynamic
201-
configuration, auto-updates, and thread logs.
202-
To use this release you must acquire an API token from https://www.modmail.tk.
197+
This release introduces the use of our centralized [API service](https://github.com/kyb3r/webserver) to enable dynamic configuration, auto-updates, and thread logs.
198+
To use this release you must acquire an API token from https://modmail.tk.
203199
Read the updated installation guide [here](https://github.com/kyb3r/modmail/wiki/installation).
204200

205201
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<img src='https://i.imgur.com/GGukNDs.png' align='right' height=300>
4141

42-
When a user sends a direct message to the bot, a channel is created within an isolated category. This channel is where messages will be relayed. To reply to a message, simply use the command `reply` in the channel. See a full list of commands [below](#commands).
42+
When a user sends a direct message to the bot, a channel is created within an isolated category. This channel is where messages will be relayed. To reply to a message, simply use the command `reply` in the channel. See a full list of commands [below](#Features and Commands).
4343

4444

4545
## Installation
@@ -57,7 +57,7 @@ If you want complete control over your data and do not want to use the centralis
5757
* `MONGO_URI` - Mongodb connection URI, you can get a free 500mb cluster from [mongodb atlas](https://www.mongodb.com/cloud/atlas).
5858
* `LOG_URL` - The url of your log viewer heroku app (`https://yourlogviewerappname.herokuapp.com`)
5959

60-
You also need to create a seperate heroku app for the log viewer that you can deploy from [here](https://github.com/kyb3r/logviewer).
60+
You also need to create a separate heroku app for the log viewer that you can deploy from [here](https://github.com/kyb3r/logviewer).
6161

6262
## Features and Commands
6363
The bot comes with a plethora of useful functionality. Take a look at the [list of commands](https://github.com/kyb3r/modmail/wiki/Features-and-commands).

0 commit comments

Comments
 (0)