Added documentation for Commands

This commit is contained in:
DylanCa 2024-01-13 12:37:11 +01:00
parent 3312b53a0a
commit 6d6bd4eaae

View file

@ -1,3 +1,5 @@
/// List of Commands to send through IPC to Discord Client.
/// Currently only supports SET_ACTIVITY.
pub enum Commands { pub enum Commands {
SetActivity, SetActivity,
} }