From e28ba5d0569e7b5b16c7f7a50b35c09f8b8f8438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sat, 30 Mar 2019 15:19:17 +0100 Subject: [PATCH] Fixed typo --- commands/fun/{dosentexist.js => doesntexist.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename commands/fun/{dosentexist.js => doesntexist.js} (86%) diff --git a/commands/fun/dosentexist.js b/commands/fun/doesntexist.js similarity index 86% rename from commands/fun/dosentexist.js rename to commands/fun/doesntexist.js index 956e9c0..5cdb823 100644 --- a/commands/fun/dosentexist.js +++ b/commands/fun/doesntexist.js @@ -5,7 +5,7 @@ const fetch = require('node-fetch'); class dosentexistCommand extends Command { constructor() { super('dosentexist', { - aliases: ['dosentexist', 'thispersondoesnotexist', 'de'], + aliases: ['doesntexist', 'thispersondoesnotexist', 'de'], category: 'fun', description: { content: 'Send images from thispersondoesnotexist.com',