Cog-Creators / Red-DiscordBot

A multi-function Discord bot
https://docs.discord.red
GNU General Public License v3.0
4.79k stars 2.3k forks source link

Add audio button #5852

Open wibe01204 opened 2 years ago

wibe01204 commented 2 years ago

Type of feature request

Command

Description of the feature you're suggesting

I think add button to Audio it will very wonderful like this image

Anything else?

No response

Flame442 commented 2 years ago

Red is not able to support buttons or other new discord features until 3.5 comes out. Audio, like other places in the bot that use reactions currently, will likely be updated to support buttons at some point in the future.

Flame442 commented 12 months ago

Audio (at least, the [p]now command, but I would expect other parts to be similar) does not use the built in menu util that received an update in 3.5 to respect the new [p]set usebuttons setting. Audio would need to either add extra logic to respect this setting, swap over to using Red's menu utils, or entirely swap to buttons and ditch the reactions, in order to fulfil this request.