mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 08:17:35 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -21,7 +21,6 @@ module.exports = class ButtCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'Which user do you want to determine the butt quality of?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
|
||||
@@ -14,7 +14,6 @@ module.exports = class CoolnessCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'Which user do you want to determine the coolness of?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
|
||||
@@ -14,7 +14,6 @@ module.exports = class CutenessCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'Which user do you want to determine the cuteness of?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
|
||||
@@ -13,7 +13,6 @@ module.exports = class DickCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'What user do you want to determine the dick size of?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
|
||||
@@ -35,13 +35,11 @@ module.exports = class FriendshipCommand extends Command {
|
||||
{
|
||||
key: 'first',
|
||||
label: 'first user',
|
||||
prompt: 'Who is the first friend?',
|
||||
type: 'user'
|
||||
},
|
||||
{
|
||||
key: 'second',
|
||||
label: 'second user',
|
||||
prompt: 'Who is the second friend?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
|
||||
@@ -16,7 +16,6 @@ module.exports = class GuessLooksCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'Which user do you want me to guess the looks of?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
|
||||
@@ -12,7 +12,6 @@ module.exports = class IQCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'Which user do you want me to guess the IQ of?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
|
||||
@@ -22,7 +22,6 @@ module.exports = class NameRaterCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'name',
|
||||
prompt: 'What name do you want to determine the quality of?',
|
||||
type: 'string',
|
||||
max: 25,
|
||||
default: msg => msg.author.username,
|
||||
|
||||
@@ -31,7 +31,6 @@ module.exports = class PsychoPassCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'What user do you want to determine the Crime Coefficient of?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
|
||||
@@ -36,13 +36,11 @@ module.exports = class ShipCommand extends Command {
|
||||
{
|
||||
key: 'first',
|
||||
label: 'first user',
|
||||
prompt: 'Who is the first user in the ship?',
|
||||
type: 'user'
|
||||
},
|
||||
{
|
||||
key: 'second',
|
||||
label: 'second user',
|
||||
prompt: 'Who is the second user in the ship?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
|
||||
@@ -13,7 +13,6 @@ module.exports = class SmashOrPassCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'What user do you want to check?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
|
||||
@@ -12,7 +12,6 @@ module.exports = class ThiccCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'What user do you want to determine the thiccness of?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
|
||||
@@ -31,13 +31,11 @@ module.exports = class ThinkOfCommand extends Command {
|
||||
{
|
||||
key: 'second',
|
||||
label: 'second user',
|
||||
prompt: 'What user should they think about?',
|
||||
type: 'user'
|
||||
},
|
||||
{
|
||||
key: 'first',
|
||||
label: 'first user',
|
||||
prompt: 'Who is the user doing the thinking?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
|
||||
@@ -14,7 +14,6 @@ module.exports = class WorthCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'Which user do you want me to get the worth of?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user