diff options
-rw-r--r-- | AyaBot/plugins/hitokoto.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/AyaBot/plugins/hitokoto.py b/AyaBot/plugins/hitokoto.py index f235004..d5f05a3 100644 --- a/AyaBot/plugins/hitokoto.py +++ b/AyaBot/plugins/hitokoto.py @@ -1,5 +1,4 @@ # -*- coding:utf-8 -*- -import json import asyncio import requests from typing import Any |