summaryrefslogtreecommitdiff
path: root/AyaBot/plugins
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-07-08 09:18:28 +0800
committerKyomotoi <[email protected]>2020-07-08 09:18:28 +0800
commit4ab35a64458903e4c4ea35aa7cfa2aa086ba96c7 (patch)
treee0004eb54f7c7f4a31080b33d38ca2ed451e0af8 /AyaBot/plugins
parente86c9d9dfe10a3acc937cdb59973dedb3b50b4c5 (diff)
downloadATRI-4ab35a64458903e4c4ea35aa7cfa2aa086ba96c7.tar.gz
ATRI-4ab35a64458903e4c4ea35aa7cfa2aa086ba96c7.tar.bz2
ATRI-4ab35a64458903e4c4ea35aa7cfa2aa086ba96c7.zip
Update chat.py
Diffstat (limited to 'AyaBot/plugins')
-rw-r--r--AyaBot/plugins/chat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/AyaBot/plugins/chat.py b/AyaBot/plugins/chat.py
index 38a4759..33d4291 100644
--- a/AyaBot/plugins/chat.py
+++ b/AyaBot/plugins/chat.py
@@ -7,7 +7,7 @@ import hashlib
from AyaBot.plugins import *
from random import randint
from urllib.parse import urlencode
-from nonebot.helpers import context_id, render_expression
+from nonebot.helpers import render_expression
from nonebot import on_command, CommandSession, on_natural_language, NLPSession, IntentCommand
bot = nonebot.get_bot()