From 4a20433b122514e9d0d5ac13ba79ad41533f910b Mon Sep 17 00:00:00 2001 From: wqzai Date: Fri, 17 Jun 2022 14:44:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- botpy/__init__.py | 1 + botpy/types/message.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/botpy/__init__.py b/botpy/__init__.py index f8fede2..3c0514e 100644 --- a/botpy/__init__.py +++ b/botpy/__init__.py @@ -2,5 +2,6 @@ from .logging import get_logger from .client import * from .flags import * +from .message import * logger = get_logger() diff --git a/botpy/types/message.py b/botpy/types/message.py index 88c5f9c..cd77591 100644 --- a/botpy/types/message.py +++ b/botpy/types/message.py @@ -16,7 +16,6 @@ class Thumbnail(TypedDict): class EmbedField(TypedDict): name: str - value: str class Embed(TypedDict, total=False):