From 4ab35a64458903e4c4ea35aa7cfa2aa086ba96c7 Mon Sep 17 00:00:00 2001
From: Kyomotoi <1172294279@qq.com>
Date: Wed, 8 Jul 2020 09:18:28 +0800
Subject: Update chat.py

---
 AyaBot/plugins/chat.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()
-- 
cgit v1.2.3