first commit
This commit is contained in:
13
app/bot/handlers/referral.py
Normal file
13
app/bot/handlers/referral.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
Referral UX (invite links, balances, leaderboards) will register here.
|
||||
|
||||
Deep-link attribution on /start is handled by ReferralService + UserService.ensure_user.
|
||||
"""
|
||||
|
||||
from aiogram import Router
|
||||
|
||||
router = Router(name="referral")
|
||||
|
||||
# Example (future):
|
||||
# @router.message(Command("refer"))
|
||||
# async def cmd_refer(...): ...
|
||||
Reference in New Issue
Block a user