From 95373296e65d9c59cd7e3ce382337c08981683f5 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 1 Jul 2020 14:20:53 -0400 Subject: [PATCH] Fix lint --- commands/single/can-you-not.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/single/can-you-not.js b/commands/single/can-you-not.js index cdc82eb2..cd3964ca 100644 --- a/commands/single/can-you-not.js +++ b/commands/single/can-you-not.js @@ -7,7 +7,7 @@ module.exports = class CanYouNotCommand extends Command { aliases: ['can-u-not'], group: 'single', memberName: 'can-you-not', - description: 'Can YOU not?', + description: 'Can YOU not?' }); }