diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index cc4a543..43ba85c 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -1,6 +1,8 @@ # -*- coding: utf-8 -*- """Main module.""" +from __future__ import unicode_literals + import aiocron import asyncio import discord @@ -12,7 +14,6 @@ import random import requests import youtube_dl -from __future__ import unicode_literals from bs4 import BeautifulSoup as bs from discord.ext import tasks, commands from giphy_client.rest import ApiException