forked from rDrama/rDrama
1
0
Fork 0
Aevann 2024-01-04 00:09:23 +02:00
parent 1c952ad2c8
commit a6fd32cb23
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ def execute_snappy(post, v):
elif body == '!slots':
body = f'!slots{snappy.coins}'
elif body == '!pinggroup':
group = g.db.query(Group).order_by(func.random()).first()
group = g.db.query(Group).filter(Group.name != 'focusgroup').order_by(func.random()).first()
cost = len(group.member_ids) * 5
snappy.charge_account('coins', cost)