From 5519f74b6a6c3531e538f8864f8b9beaf2b904e3 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 3 Apr 2017 22:48:41 +0000 Subject: [PATCH] Add a Single t --- commands/moderation/lockdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/moderation/lockdown.js b/commands/moderation/lockdown.js index 431b79d4..209828f4 100644 --- a/commands/moderation/lockdown.js +++ b/commands/moderation/lockdown.js @@ -29,7 +29,7 @@ module.exports = class LockdownCommand extends commando.Command { async run(message, args) { if (message.channel.type !== 'dm') { if (!message.channel.permissionsFor(this.client.user).hasPermission(['READ_MESSAGES', 'SEND_MESSAGES'])) return; - if (!message.channel.permissionsFor(this.client.user).hasPermission('ADMINISTRATOR')) return message.say(":x: Error! I don't have the Administrator permission! This is not given by default, as tha's quite bad practice. Please give it to me to use the lockdown command!"); + if (!message.channel.permissionsFor(this.client.user).hasPermission('ADMINISTRATOR')) return message.say(":x: Error! I don't have the Administrator permission! This is not given by default, as that's quite bad practice. Please give it to me to use the lockdown command!"); } console.log(`[Command] ${message.content}`); const type = args.type;