We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the memes are ordered in the autocomplete feature, but not in the list of meme when /meme is called.
/meme
It would be handy if they were sorted.
If we implement this change, can we implement the sort directly in getAvailableMemes() (plugin.go) as we always want them sorted ?
getAvailableMemes()
plugin.go
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion @nathanaelhoun 👍
That is totally reasonable.
Sorry, something went wrong.
[GH-25] Always sort memes alphabetically (#26)
eb3ca43
nathanaelhoun
Successfully merging a pull request may close this issue.
Currently, the memes are ordered in the autocomplete feature, but not in the list of meme when
/meme
is called.It would be handy if they were sorted.
If we implement this change, can we implement the sort directly in
getAvailableMemes()
(plugin.go
) as we always want them sorted ?The text was updated successfully, but these errors were encountered: