summaryrefslogtreecommitdiff
path: root/AyaBot/plugins
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-07-08 09:20:48 +0800
committerKyomotoi <[email protected]>2020-07-08 09:20:48 +0800
commit37bd7ac3186d8376b2f097b6f99a604f8e942956 (patch)
tree23dbb8dbe3d12bbf824e159c82aeb7db2f0d9ee7 /AyaBot/plugins
parent4ab35a64458903e4c4ea35aa7cfa2aa086ba96c7 (diff)
downloadATRI-37bd7ac3186d8376b2f097b6f99a604f8e942956.tar.gz
ATRI-37bd7ac3186d8376b2f097b6f99a604f8e942956.tar.bz2
ATRI-37bd7ac3186d8376b2f097b6f99a604f8e942956.zip
[FIX]
Diffstat (limited to 'AyaBot/plugins')
-rw-r--r--AyaBot/plugins/covid19.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/AyaBot/plugins/covid19.py b/AyaBot/plugins/covid19.py
index eee53de..0c0c22b 100644
--- a/AyaBot/plugins/covid19.py
+++ b/AyaBot/plugins/covid19.py
@@ -1,11 +1,6 @@
# -*- coding:utf-8 -*-
-import re
import json
-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