From 22c75c4445ccd252a02a3327b99985edf7186331 Mon Sep 17 00:00:00 2001 From: dece Date: Mon, 2 Nov 2020 17:58:00 +0100 Subject: [PATCH] plugin: add aliases in config example --- config.json.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.json.example b/config.json.example index 23b33d3..a867f5a 100644 --- a/config.json.example +++ b/config.json.example @@ -60,6 +60,9 @@ }, "sleep": { "commands": ["sleep", "wake up"], + "aliases": { + "wake up": ["wakeup"] + }, "sleep_time": 23, "wakeup_time": 7, "snore": "Zzzz",