Added documentation for Commands
This commit is contained in:
parent
3312b53a0a
commit
6d6bd4eaae
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
/// List of Commands to send through IPC to Discord Client.
|
||||
/// Currently only supports SET_ACTIVITY.
|
||||
pub enum Commands {
|
||||
SetActivity,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue