mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +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.
|
6. Run `npm i -g pm2` to install PM2.
|
||||||
7. Run `pm2 start Xiao.js --name xiao` to run the bot.
|
7. Run `pm2 start Xiao.js --name xiao` to run the bot.
|
||||||
|
|
||||||
## Commands (329)
|
## Commands (328)
|
||||||
|
|
||||||
### Utility:
|
### Utility:
|
||||||
|
|
||||||
* **eval:** Executes JavaScript code.
|
* **eval:** Executes JavaScript code.
|
||||||
@@ -127,7 +126,6 @@ the [home server](https://discord.gg/sbMe32W).
|
|||||||
|
|
||||||
### Single Response:
|
### Single Response:
|
||||||
|
|
||||||
* **can-you-not:** Can YOU not?
|
|
||||||
* **dark-theme-light-theme:** Determines whether you use dark or light theme.
|
* **dark-theme-light-theme:** Determines whether you use dark or light theme.
|
||||||
* **eat-pant:** Eat pant.
|
* **eat-pant:** Eat pant.
|
||||||
* **eggs-get-laid:** Sends the ultimate roast.
|
* **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",
|
"name": "xiao",
|
||||||
"version": "95.1.12",
|
"version": "96.0.0",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user