#Updating Nimi tags

1 messages · Page 1 of 1 (latest)

uncut hare
#

Basically, I just want /tags to list its commands here alphabetically sorted, that's all. If someone asks for help, it's kinda nice to show them resources very clearly with /tags.

warm eagle
uncut hare
#

huh

#

i dont get it

ivory tundra
#

tags is an automatically generated command that simply lists every tag
it cannot be manually edited or changed

compact verge
#

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