mirror of
https://github.com/HappyTanuki/BumbleCee.git
synced 2025-12-19 13:43:27 +00:00
스킵 구현
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
\page components Using Button Components
|
||||
|
||||
Discord's newest features support sending buttons alongside messages, which when clicked by the user trigger an interaction which is routed by D++ as an `on_button_click` event. To make use of this, use this code as in this example.
|
||||
|
||||
\include{cpp} components.cpp
|
||||
|
||||
When the feature is functioning, the code below will produce buttons on the reply message like in the image below:
|
||||
|
||||
\image html button.png
|
||||
Reference in New Issue
Block a user