obsproject / obs-bot

Source code for the obsproject Discord bot
https://discord.gg/obsproject
GNU General Public License v3.0
38 stars 18 forks source link

cogs.log_analysis: Use "Solutions" button rather than link in embed #6

Closed WizardCM closed 3 years ago

WizardCM commented 3 years ago

Description

This adds a new, temporary dependency "discord-components" which adds the ability to append Buttons, Selects to messages.

discord.py apparently won't provide this API until 2.0.

image

Motivation and Context

Users often completely ignore the existing link to see more information, usually because they don't see it.

How Has This Been Tested?

Post a log link. Click the button.

Tested on a Ubuntu host.

Types of changes

Checklist:

derrod commented 3 years ago

discord-py-slash-commands (Now renamed discord-py-interactions) has been updated in 2..0.0 to support buttons, so hopefully we can avoid adding another dependency.

See their documentation: https://discord-py-slash-command.readthedocs.io/en/latest/components.html