mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Remove can-you-not
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "95.1.12",
|
||||
"version": "96.0.0",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user