Skip to content

Commit

Permalink
fix: opening the shop
Browse files Browse the repository at this point in the history
  • Loading branch information
i007c committed Jun 23, 2023
1 parent 535def3 commit 4b80181
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bchat/modules/shop/shop.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,12 @@
from settings import KW_USESCOR
from telegram import Update
from telegram.ext import CallbackQueryHandler, MessageHandler, filters
from utils import config

from .common import CART_IKB, CHARGE_TEXT, MEMBER_TEXT, SHOP_IKB, Ctx


@require_user_data
async def shop(update: Update, ctx: Ctx, state: UserModel):
if state.user_id not in config['ADMINS']:
await update.effective_message.reply_text(
'به زودی ... 🏞'
)
return
ava_score = state.total_score - state.used_score

text = (
Expand Down

0 comments on commit 4b80181

Please sign in to comment.