I was reading this thread and i was able to implement the command and have it work with the code form this comment on the thread. However,
i'm wondering if you are able to have it so when a user use the command to call their list, the list would show multiple entries.
im adapting this to pokemon. so my viewers can log their pokemon catches to a personalized list.
so with the pronoun example, i would need the command to allow multiple pronoun entries and when you do !pronouns it would reply with "User's pronouns are: He, Him, Her, She" etc. because the same person would have logged "!addpronouns he" and "!addpronouns him" and "!addpronouns Her" and so on as they add more it would call a longer list.
i hope you can understand what im asking. im finding it hard to articulate it quite right.
Blockquote
!addpronouns:
$(eval `$(query)`.replace(/</g,``).replace(/>/g,``))
Blockquote
• _addpronouns:
$(eval a=`$(urlfetch http://twitch.center/customapi/addquote?token=PRIVATE_TOKEN&data=$(user)%20$(querystring))`; a.includes(`Successfully added entry`)?`$(user) added their pronouns to the list: $(query)`:`Error: ${a}`)
!!! Note: _addpronouns is the alias of !addpronouns, therefore make sure to fill the alias field of !addpronouns with _addpronouns.
Blockquote
• !pronouns: