No virtual currency is added with bingo game

Can you help me please with my won command in my bingo game ?
Somehow no virtual currency is being added.

Won text:
:8ball: BINGO! :8ball:
:fire: #winner_name# won the bingo with the number #number#!
:dart: Attempts: #attempts# | Close calls: #near_attempts# | Time taken: #duration#
:bar_chart: : #heatmap_link#
#winner_name# earns $random(5,100) $currency(name,add,)! :moneybag:

Any help would be really helpful!

Hello :slight_smile:

#winner_name# earns $random(5,100) $currency(name,add,)

=>

$currency(add,#winner_name#,$random(5,100)) #winner_name# earns $random(last)

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.