diff --git a/commands/admin/autoresponse.js b/commands/admin/autoresponse.js index 2ded2178..bbeb2971 100644 --- a/commands/admin/autoresponse.js +++ b/commands/admin/autoresponse.js @@ -17,7 +17,7 @@ module.exports = class AutoresponseCommand extends Command { oneOf: ['disable', 'enable','disable all', 'enable all'], }, { - key: 'testt', + key: 'all', prompt: 'Disable or enable in every channel? (EXPERIMENTAL)', type: 'string', oneOf: ['all', ''],