aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.rs
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-01-24 18:29:17 +0100
committerJokler <jokler@protonmail.com>2020-01-29 20:39:27 +0100
commit87973e2dd3d28293e661045cde1a5e90bc017613 (patch)
tree95d9f2d671e755f152c669f1202a0aabf9e9296c /src/command.rs
parentf8f986f9e17caac8dc246637de1c9063803d2699 (diff)
downloadpokebot-87973e2dd3d28293e661045cde1a5e90bc017613.tar.gz
pokebot-87973e2dd3d28293e661045cde1a5e90bc017613.zip
Initial multibot draft
Diffstat (limited to 'src/command.rs')
-rw-r--r--src/command.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.rs b/src/command.rs
index fbc714c..3a39290 100644
--- a/src/command.rs
+++ b/src/command.rs
@@ -27,4 +27,6 @@ pub enum Command {
Clear,
/// Changes the volume to the specified value
Volume { percent: f64 },
+ /// Leaves the channel
+ Leave,
}