PKlempe / SAM

SAM is a multi-functional Discord Bot specifically designed for the Server of the Faculty of Computer Science at the University of Vienna.
GNU General Public License v3.0
27 stars 6 forks source link

Use buttons instead of reactions for selections #237

Open PKlempe opened 2 years ago

PKlempe commented 2 years ago

Instead of using reactions so that users can choose between multiple options, we can use so called Message Components instead. One of the available types of components are Buttons which seem to be a better alternative to regular reactions due to their customization possibilities and them being visually more prominent.