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',