Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed Mar 11, 2024
1 parent 3ecbb1a commit a411cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Upon constructing your handler, the following optional customizations are availa
- **Username**: Username to use for the Discord Webhook message.
- **Avatar**: Image URL to use for the Discord Webhook message.
- **Embed**: Toggle whether to use plain codeblock formatting or rich embeds.
- **Truncate**: Toggle whether to trim length logs instead of uploading as a file.
- **Truncate**: Toggle whether to trim lengthy logs instead of uploading as a file.
- **Suppress**: Prevent specific Exception types from being sent to Discord.

## Releases
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "loguru-discord"
version = "1.2.1"
version = "1.2.2"
description = "Lightweight, easy-to-use Discord sink for Loguru."
authors = ["EthanC <16727756+EthanC@users.noreply.github.com>"]
license = "MIT"
Expand Down

0 comments on commit a411cb2

Please sign in to comment.