Suggestion: Add User Input Capability into Canned Responses
Legit4K opened this issue ยท 3 comments
User inputs will allow canned responses to provide more content based on the parameters that a user includes, below is an example:
{"/playtime $1":"%PlayTimes_playtime%"}
where $1 is the first arg that a user includes, in this case, it would be the player's name. Example -> /playtime Thanos
For more inputs, the number can simply be incremented like $2 $3 etc
Canned responses are not meant to be used as custom commands. They are for showing people information. Use DiscordSRV's API for custom commands.