5 lines
127 B
Python
5 lines
127 B
Python
|
from tlapbot.db import get_db
|
||
|
from tlapbot.owncast_helpers import use_points, add_to_redeem_queue
|
||
|
|
||
|
def handle_redeem()
|
||
|
pass
|