Skip to content

Commit

Permalink
create a changelog entry for meta commands using embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Oct 4, 2021
1 parent a41d8b3 commit 5e60f96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]

### Changed
- Embedified the meta commands so they have a nicer UI (#78)


## [0.2.0] - 2021-09-29

### Added
Expand All @@ -23,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `bot.start()` can also be used if already in a running event loop. Keep in mind using it will require
handling loop errors, as run() does this automatically.


### Internal

- Code style: two blank lines after imports instead of one. (#70)
Expand Down

0 comments on commit 5e60f96

Please sign in to comment.