diff options
author | Kyomotoi <[email protected]> | 2022-10-13 22:00:03 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-10-13 22:00:03 +0800 |
commit | afbb48c7fb6536e24961fb1edfe0c57c818ceba1 (patch) | |
tree | 6a9888a6daced960c78ba40c1b6693e641072b73 /ATRI/plugins/console/__init__.py | |
parent | 6098b1b82942ef7ac89bbe8d393ba12bfea684df (diff) | |
parent | 83a9fb95251c173b2394b668aab1b63908af5f29 (diff) | |
download | ATRI-afbb48c7fb6536e24961fb1edfe0c57c818ceba1.tar.gz ATRI-afbb48c7fb6536e24961fb1edfe0c57c818ceba1.tar.bz2 ATRI-afbb48c7fb6536e24961fb1edfe0c57c818ceba1.zip |
🔀 Merge branch 'main' of https://github.com/Kyomotoi/ATRI
Diffstat (limited to 'ATRI/plugins/console/__init__.py')
-rw-r--r-- | ATRI/plugins/console/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/plugins/console/__init__.py b/ATRI/plugins/console/__init__.py index 522998d..ea109dc 100644 --- a/ATRI/plugins/console/__init__.py +++ b/ATRI/plugins/console/__init__.py @@ -41,7 +41,7 @@ async def _(event: PrivateMessageEvent, is_pub_n: str = ArgPlainText("is_pub_n") .text(f"Token: {token}") .text("该 token 有效时间为 15min") ) - + await gen_console_key.finish(msg) |