summaryrefslogtreecommitdiff
path: root/ATRI/plugins/welcome.py
diff options
context:
space:
mode:
Diffstat (limited to 'ATRI/plugins/welcome.py')
-rw-r--r--ATRI/plugins/welcome.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/plugins/welcome.py b/ATRI/plugins/welcome.py
index fd33370..d58d32d 100644
--- a/ATRI/plugins/welcome.py
+++ b/ATRI/plugins/welcome.py
@@ -25,7 +25,7 @@ async def _(session: NoticeSession):
async def _(session: NoticeSession, CommandSession):
user = session.event.user_id
await bot.send_private_msg(
- user_id = master, # type: ignore
+ user_id = master,
message = f'{user}\n想认识ATRI欸欸欸!!'
)