diff --git a/commands/single/idiot.js b/commands/single/idiot.js deleted file mode 100644 index c76cf317..00000000 --- a/commands/single/idiot.js +++ /dev/null @@ -1,25 +0,0 @@ -const Command = require('../../structures/Command'); -const IDIOT_PAGE_ID = process.env.IDIOT_PAGE_ID || 'Donald_Trump'; - -module.exports = class IdiotCommand extends Command { - constructor(client) { - super(client, { - name: 'idiot', - aliases: ['moron', 'dumbass'], - group: 'single', - memberName: 'idiot', - description: 'Responds with the Wikipedia page of an idiot.', - credit: [ - { - name: 'Wikipedia', - url: 'https://www.wikipedia.org/', - reason: 'URL' - } - ] - }); - } - - run(msg) { - return msg.say(`https://en.wikipedia.org/wiki/${IDIOT_PAGE_ID}`); - } -}; diff --git a/package.json b/package.json index 2c20e53c..99ff4b4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "132.12.0", + "version": "133.0.0", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {