diff options
Diffstat (limited to '')
-rwxr-xr-x | cogs/twitter.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cogs/twitter.py b/cogs/twitter.py index 67e792a..0688380 100755 --- a/cogs/twitter.py +++ b/cogs/twitter.py @@ -1,8 +1,10 @@ import json -from discord.ext import commands, tasks + import discord -import tweepy import requests +import tweepy +from discord.ext import commands, tasks + class StreamListener(tweepy.StreamListener): def __init__(self): |