diff options
Diffstat (limited to 'AyaBot/plugins/translate.py')
-rw-r--r-- | AyaBot/plugins/translate.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/AyaBot/plugins/translate.py b/AyaBot/plugins/translate.py index 6bbb707..1d017de 100644 --- a/AyaBot/plugins/translate.py +++ b/AyaBot/plugins/translate.py @@ -1,10 +1,4 @@ # -*- coding:utf-8 -*- -import re -import demjson -import requests -from os import path -from pprint import pformat, pprint -from urllib.parse import urlencode from nonebot import on_command, CommandSession from AyaBot.plugins.module import google_translate |