aboutsummaryrefslogtreecommitdiff
path: root/cogs/twitter.py
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com>2020-08-11 12:38:25 +0000
committerMango0x45 <thomasvoss@live.com>2020-08-11 12:38:25 +0000
commit85ce3053a69c5e62fe6775563b8a7fddba9c071e (patch)
tree6246239c2748dd39d570f045c82492e7e4ed7de5 /cogs/twitter.py
parent483bd6fb989d0538ee5ebdc167977dbe3e351f97 (diff)
downloadsteve-bot-85ce3053a69c5e62fe6775563b8a7fddba9c071e.tar
steve-bot-85ce3053a69c5e62fe6775563b8a7fddba9c071e.tar.gz
steve-bot-85ce3053a69c5e62fe6775563b8a7fddba9c071e.tar.bz2
steve-bot-85ce3053a69c5e62fe6775563b8a7fddba9c071e.tar.lz
steve-bot-85ce3053a69c5e62fe6775563b8a7fddba9c071e.tar.xz
steve-bot-85ce3053a69c5e62fe6775563b8a7fddba9c071e.tar.zst
steve-bot-85ce3053a69c5e62fe6775563b8a7fddba9c071e.zip
Organized imports
Diffstat (limited to 'cogs/twitter.py')
-rwxr-xr-xcogs/twitter.py6
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):