♻️ rename message formatter into template

This commit is contained in:
yanyongyu
2021-09-11 19:48:46 +08:00
parent 59f567004f
commit 44d13acc81
4 changed files with 10 additions and 9 deletions

View File

@ -22,5 +22,5 @@ except Exception:
from ._bot import Bot
from ._event import Event
from ._formatter import MessageFormatter
from ._template import MessageTemplate
from ._message import Message, MessageSegment