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
quick_any gives any video from content basically
url = await self.bot.db.fetchrow("SELECT * from content where content_type = $1 ORDER BY RANDOM()")
Find_any:
allows you to search through content_type (will likely link to the enum that exists) service user
(Service and user are both normal lookup)
And possibly may need updating the format to support quick_any and finding a way to support the find methods.
which would require the translation project to be restarted and re-contact translators.
The text was updated successfully, but these errors were encountered:
What's the difference? Just accept topic argument on find_any
Sorry, something went wrong.
Find also you the choice to choose. quick just gives it you regardless no need for setup.
There's an important difference.
No branches or pull requests
quick_any gives any video from content basically
Find_any:
allows you to search through
content_type (will likely link to the enum that exists)
service
user
(Service and user are both normal lookup)
And possibly may need updating the format to support quick_any and finding a way to support the find methods.
which would require the translation project to be restarted and re-contact translators.
The text was updated successfully, but these errors were encountered: