Remove idiot command

This commit is contained in:
Dragon Fire
2021-03-21 22:12:58 -04:00
parent d9f2d75309
commit eb1ae82cda
2 changed files with 1 additions and 26 deletions
-25
View File
@@ -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}`);
}
};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "132.12.0",
"version": "133.0.0",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {