diff options
author | Kyomotoi <[email protected]> | 2020-07-16 13:34:29 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-16 13:34:29 +0800 |
commit | 84303289ed21a543243918de5acb2481ce8f86dd (patch) | |
tree | 0ad290855bb90a4ce3e920e8d0886e08eb5f3911 /AyaBot/plugins | |
parent | ae972c515e8507ca6f732977aac5188a5a75368a (diff) | |
download | ATRI-84303289ed21a543243918de5acb2481ce8f86dd.tar.gz ATRI-84303289ed21a543243918de5acb2481ce8f86dd.tar.bz2 ATRI-84303289ed21a543243918de5acb2481ce8f86dd.zip |
Update welcome.py
Diffstat (limited to 'AyaBot/plugins')
-rw-r--r-- | AyaBot/plugins/welcome.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AyaBot/plugins/welcome.py b/AyaBot/plugins/welcome.py index 32fb35c..da0a4c3 100644 --- a/AyaBot/plugins/welcome.py +++ b/AyaBot/plugins/welcome.py @@ -15,7 +15,7 @@ async def _(session: NoticeSession): me = session.event.self_id if q == me : - await session.send('在下綾,今后请多指教呐❤') + await session.send('在下アトリ,今后请多指教呐❤') else: await session.send(f'ねえ❤...是新人欸!\nここでは遠慮はいらないのだからね❤') |