Added documentation for Button
This commit is contained in:
parent
da3afd5f83
commit
c3c9abaff0
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
use serde::Serialize;
|
||||
|
||||
/// Simple structure containing a label and an URL to form a Discord Activity button.
|
||||
#[derive(Serialize, Debug)]
|
||||
pub struct Button {
|
||||
label: String,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue