Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Fix #188, remove 'stop' alias for 'mute'
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Sep 19, 2019
1 parent 08c785b commit a518c02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension/intents/muting/muting.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ this.intents.muting = (function() {
mute
quiet
shut up
stop
`,
async run(desc) {
const stoppedReading = await intents.read.stopReading();
Expand Down

0 comments on commit a518c02

Please sign in to comment.