.ar + give me 10 | {modifybal:+10} {cooldown:60} okay, i've given you 10 {server_currency}, you have {user_balance} now!
{modifybal:}
takes an amount, and modifies the user's balance by +10
.{cooldown:}
function accepts a number in seconds as the cooldown. .ar + mimu give me money! | your old balance: {user_balance} {server_currency} {modifybal:1000}
your new balance: {user_balance} {server_currency}
in this scenario, it will provide the old balance, then show the new balance after the balance has been modified.
in addition, in the future, when using chooses, ranges, you will find you have to use the functions before the placeholder, to define the choice / range, etc. +admirer
..ar + +admirer | {embed:#ec948a}{addrole: @mimu admirer} hi cutie! i've given you the @mimu admirer role !
{embed:}
accepts either no input, a color (we put in #ec948a
), or a premade embed. {addrole:}
accepts an input of a role for you to add to the user. in this case, we're adding the "mimu admirer" role!.cooldown
command unless you delete or modify the AR!.ar + .chatrevive | {requirerole: @𐐚 ┇ moddies}{cooldown:300} @chat revive
{requirerole:}
function allows you to limit it to people with the inputted role. if they don't have the role, the autoresponder will not respond.{cooldown:}
function. we put 300 because 300 seconds = 5 minutes.