diff options
Diffstat (limited to 'AyaBot')
| -rw-r--r-- | AyaBot/plugins/chat.py | 2 | 
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()  | 
