diff --git a/bot.py b/bot.py index 385ea77..c8dcf22 100644 --- a/bot.py +++ b/bot.py @@ -3,7 +3,7 @@ from telegram.ext import ApplicationBuilder, ContextTypes, CommandHandler, Messa CallbackContext, CallbackQueryHandler import logging -from fed import build_fediverse_inline_results, extract_content +from tgbot.shit.fed import build_fediverse_inline_results, extract_content from tgbot.config import TOKEN, PROMPTING_USERS from tgbot.shit.handlers import handle_xitter, handle_red_ebalo, handle_hentai, handle_cute_button from tgbot.shit.prompting import gen_image diff --git a/fed.py b/tgbot/shit/fed.py similarity index 100% rename from fed.py rename to tgbot/shit/fed.py