Move directory

main
Hammy 4 years ago
parent d3e0137790
commit f85e330296

@ -1,4 +1,4 @@
from twitter.bot.winston import Winston
from bot.winston import Winston
def send_tweet(tweet_text):

@ -1,4 +1,4 @@
from twitter.bot.winston import Winston
from bot.winston import Winston
def event_handler(event, context):

@ -1,8 +1,8 @@
import random
from twython import Twython
from twitter.bot.aws_secrets import get_secret
from twitter.bot.commands import send_tweet
from bot.aws_secrets import get_secret
from bot.commands import send_tweet
class Winston:
Loading…
Cancel
Save