Help with commands!

So atm I have a command (!wins) which tracks my wins on Fortnite, what I’m looking for is a command or an alias I can type in to edit that number, so let’s say !wins = “blank has blank total wins!” How would I change that number with a second command instead of going into bot commands and manually changing it like that

You can add these commands through your chat:

!commands add !wins blank has 0 total wins!
!commands add !addwin -ul=moderator -a=!commands edit !wins blank has $(eval wins = $(count); `${wins} total win${wins == 1 ? "" : "s"}`)!
!commands add !resetwins -ul=moderator -a=!commands edit !addwin \-c=-1

After using !resetwins, you must use !addwin once in order for !wins to be updated to 0.

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