#Old buttons

1 messages · Page 1 of 1 (latest)

frigid oak
#

use low-level components

wise stag
#

You have three options:

  1. Use persistent views, really cumbersome to deal with and you should only use views if you really need to maintain state. (example)
  2. Use low-level components. By default these types of components are always persistent. Should be used 99% of the time unless you need to manage state. (example)
  3. use #disnake-compass . A plugin by one of the disnake maintainers that bridges the gap between 1 and 2 and just an overall upgrade to the second option. (example)