Remove can-you-not

This commit is contained in:
Daniel Odendahl Jr
2018-10-25 10:46:40 +00:00
parent 125602aaf3
commit d5481dd862
3 changed files with 2 additions and 20 deletions
+1 -3
View File
@@ -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.
-16
View File
@@ -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?');
}
};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "95.1.12",
"version": "96.0.0",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {