#Updating Nimi tags
1 messages · Page 1 of 1 (latest)
Add the "bot tags" tag to this post 
tags is an automatically generated command that simply lists every tag
it cannot be manually edited or changed
the tags are being assembled as a string before being sent i assume
just do str = str.split(",").sort().join(",")
assuming its in js
assuming the string itself isnt being made from an array which i imagine it is
i cant think of any data structure from which itd read available tags that cant be coerced into being sorted