Skip to content

Commit

Permalink
Debugging outputs are removed
Browse files Browse the repository at this point in the history
  • Loading branch information
PoIarStar committed Apr 22, 2023
1 parent 7f62372 commit 054244c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cogs/economy.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ async def wheel_of_fortune(self, inter, bet: int, currency: str = None):
if currency[0]:
await inter.response.send_message('Мы не принимаем криптовалюту')
return
print(currency, system, inter.author.id)
cur.execute(f'SELECT currency_{currency[2]} FROM users WHERE uid = {inter.author.id} and system = {system}')
money = cur.fetchone()[0]
if bet > 1000000 * currency[1]:
Expand Down

0 comments on commit 054244c

Please sign in to comment.