From b5e4676cf871f365e019c94ea376248e7a7985d1 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 4 Jul 2020 23:48:30 -0400 Subject: [PATCH] Fix --- commands/edit-image/police-tape.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image/police-tape.js b/commands/edit-image/police-tape.js index d268a1b1..4545a19d 100644 --- a/commands/edit-image/police-tape.js +++ b/commands/edit-image/police-tape.js @@ -8,7 +8,7 @@ module.exports = class PoliceTapeCommand extends Command { constructor(client) { super(client, { name: 'police-tape', - aliases: ['caution-tape', 'caution'], + aliases: ['caution-tape'], group: 'edit-image', memberName: 'police tape', description: 'Draws police tape over an image or a user\'s avatar.',