JDJG-Holding-Team / Connie-Melody-Skye

This Bot is designed to help find music using the database
MIT License
2 stars 13 forks source link

Quick_any and find_any #27

Open JDJGInc opened 2 months ago

JDJGInc commented 2 months ago

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.

dave9123 commented 2 months ago

What's the difference? Just accept topic argument on find_any

JDJGInc commented 2 months ago

What's the difference? Just accept topic argument on find_any

Find also you the choice to choose. quick just gives it you regardless no need for setup.

There's an important difference.