From a411cb270d6b239820d048215e06f827d402f43e Mon Sep 17 00:00:00 2001 From: EthanC <16727756+EthanC@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:04:08 -0500 Subject: [PATCH] Fix typo in README --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa119b9..4f089ce 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 0c982cb..efe5891 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"