From 75fdf490b1cf0fc1cfabbaf6ab117914ff9630cd Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 11 Nov 2017 23:22:20 +0000 Subject: [PATCH] Fix --- commands/search/deviantart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() },