I’m looking to make a command that picks a random name from a set of names, and then lists how many times that particular name has been given from the command.
Example Command: !blame
Example Output: Name3 has been blamed, for the 7th time!
I’m sorry, but a counter $(count) only counts the number of use of the command, and can’t be used to count how many times a variable/name has been used.