diff --git a/tlapbot/owncast_webhooks.py b/tlapbot/owncast_webhooks.py index 43cc3a6..3647c50 100644 --- a/tlapbot/owncast_webhooks.py +++ b/tlapbot/owncast_webhooks.py @@ -1,7 +1,7 @@ from flask import Flask, request, json, Blueprint, current_app from tlapbot.db import get_db from tlapbot.owncast_helpers import (add_user_to_database, change_display_name, - user_exists, send_chat, read_users_points, remove_duplicate_usernames) + send_chat, read_users_points, remove_duplicate_usernames) from tlapbot.help_message import send_help from tlapbot.redeems_handler import handle_redeem