plugin: add aliases in config example
This commit is contained in:
parent
3748312c41
commit
22c75c4445
|
@ -60,6 +60,9 @@
|
|||
},
|
||||
"sleep": {
|
||||
"commands": ["sleep", "wake up"],
|
||||
"aliases": {
|
||||
"wake up": ["wakeup"]
|
||||
},
|
||||
"sleep_time": 23,
|
||||
"wakeup_time": 7,
|
||||
"snore": "Zzzz",
|
||||
|
|
Loading…
Reference in a new issue