Skip to content

Commit

Permalink
release: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cAttte committed Dec 19, 2020
1 parent a344f2e commit a00d806
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [v1.4.0] <sub><sup><sub>19/12/20</sub></sup></sub>

**Internal changes:**

- Started fetching members when necessary, instead of relying on cache.
- Started actually consuming the first argument in `Args#consumeChannel()`.

**Features:**

- Moderation notes:
- Created `notes` command.
- Started displaying notes in `check` command.
- Started allowing DM suggestions.
- Started allowing suggestion extensions.
- Created `user` command.
- Started allowing special arguments (`me`, `you`, `someone`) in `check`, `notes`, and `user` commands.

**Bug fixes:**

- Gave moderation permissions to managers.

## [v1.3.0] <sub><sup><sub>17/12/20</sub></sup></sub>

- Created `demote` subcommand under `teamOwner` command.
Expand Down Expand Up @@ -56,6 +77,7 @@ This is the initial release for the rewrite of our main bot, which means all _ch

<!-- References -->

[v1.4.0]: https://github.com/cAttte/cop/releases/tag/v1.4.0
[v1.3.0]: https://github.com/cAttte/cop/releases/tag/v1.3.0
[v1.2.0]: https://github.com/cAttte/cop/releases/tag/v1.2.0
[v1.1.2]: https://github.com/cAttte/cop/releases/tag/v1.1.2
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "main-bot",
"version": "1.3.0",
"version": "1.4.0",
"description": "The main official bot for the BuildTheEarth Discord server.",
"dependencies": {
"@buildtheearth/bot-logger": "^1.0.3",
Expand Down

0 comments on commit a00d806

Please sign in to comment.