From d5481dd8624d39d0a1719202293efe2de4d98282 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 25 Oct 2018 10:46:40 +0000 Subject: [PATCH] Remove can-you-not --- README.md | 4 +--- commands/single/can-you-not.js | 16 ---------------- package.json | 2 +- 3 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 commands/single/can-you-not.js diff --git a/README.md b/README.md index 4e42b5d0..0d8608cb 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,7 @@ the [home server](https://discord.gg/sbMe32W). 6. Run `npm i -g pm2` to install PM2. 7. Run `pm2 start Xiao.js --name xiao` to run the bot. -## Commands (329) - +## Commands (328) ### Utility: * **eval:** Executes JavaScript code. @@ -127,7 +126,6 @@ the [home server](https://discord.gg/sbMe32W). ### Single Response: -* **can-you-not:** Can YOU not? * **dark-theme-light-theme:** Determines whether you use dark or light theme. * **eat-pant:** Eat pant. * **eggs-get-laid:** Sends the ultimate roast. diff --git a/commands/single/can-you-not.js b/commands/single/can-you-not.js deleted file mode 100644 index 1b754e84..00000000 --- a/commands/single/can-you-not.js +++ /dev/null @@ -1,16 +0,0 @@ -const Command = require('../../structures/Command'); - -module.exports = class CanYouNotCommand extends Command { - constructor(client) { - super(client, { - name: 'can-you-not', - group: 'single', - memberName: 'can-you-not', - description: 'Can YOU not?' - }); - } - - run(msg) { - return msg.say('Can YOU not?'); - } -}; diff --git a/package.json b/package.json index 18ff9541..c3e52e02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "95.1.12", + "version": "96.0.0", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {