From 828ab65841d902507d1a1847890e3e50e6865f77 Mon Sep 17 00:00:00 2001 From: Supositware Date: Fri, 3 May 2019 15:30:57 +0200 Subject: [PATCH] renamed to imgur --- commands/fun/{badmeme.js => imgur.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename commands/fun/{badmeme.js => imgur.js} (92%) diff --git a/commands/fun/badmeme.js b/commands/fun/imgur.js similarity index 92% rename from commands/fun/badmeme.js rename to commands/fun/imgur.js index 83b9e52..e748cc6 100644 --- a/commands/fun/badmeme.js +++ b/commands/fun/imgur.js @@ -4,7 +4,7 @@ const fetch = require('node-fetch'); class ImgurCommand extends Command { constructor() { super('imgur', { - aliases: ['badmeme', 'imgur'], + aliases: ['imgur', 'badmeme'], category: 'fun', description: { content: 'Send some random images from imgur',