Virtual Currency custom command

I want to add an easier version of “!c add {user} {ammount}” to my commands and created the following trigger with the alias “+”

  • ammount user = $arg(1) $currency(name)$currency(signe) foram adicionadas na conta da $arg(2) $currency(add,$arg(2),$arg(1))

but it only works if I write the user name without the “@” is there a way to make args ignore the use of “@”? thank you!

anyway I can make bot write to file information? about virtual currency for using on read from file OBS?

Hello,

Maybe like this:

$currency(add,$twitch(login,$arg(2)),$arg(1))

This will allow you to retrieve the exact “login” of the user, the TAG automatically removes the @.

1 Like

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