Custom Commands Variables
Custom commands allow you to use arguments and defined variables. Here is a list of variables you can use. An example of custom commands using both variables and arguments The user variables user variables refer to the user who typed the command user user.mention : user mention Example: @MEE6 user.id : user id Example: 159985870458322944 user.name : user name ExPopularCustom Command Arguments
Arguments in Custom Commands allow MEE6 to copy text you send while using the command. What is exactly an argument? Arguments of a command are pieces of text that are placed just after the command. They are separated by one or multiple spaces. For example if you type !my-command @Mario0001 sun moon: The command would be my-command 1st argument would be @Mario0001 2nd argument would be sun 3rd argument would be moon. How it works In the custom command responseFew readers