diff --git a/commands/search/deviantart.js b/commands/search/deviantart.js index 74505442..6f4f0cfc 100644 --- a/commands/search/deviantart.js +++ b/commands/search/deviantart.js @@ -18,7 +18,7 @@ module.exports = class DeviantartCommand extends Command { type: 'string', validate: section => { if (sections.includes(section.toLowerCase())) return true; - return `Invalid section, please enter either ${list(sections), 'or'}.`; + return `Invalid section, please enter either ${list(sections, 'or')}.`; }, parse: section => section.toLowerCase() },