Remove prompt from all commands

This commit is contained in:
Dragon Fire
2024-03-30 00:30:52 -04:00
parent c258b41dae
commit 8d8198784e
400 changed files with 0 additions and 548 deletions
-1
View File
@@ -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
}
-1
View File
@@ -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
}
-1
View File
@@ -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
}
-1
View File
@@ -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
}
-2
View File
@@ -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
}
-1
View File
@@ -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
}
-1
View File
@@ -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
}
-1
View File
@@ -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,
-1
View File
@@ -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
}
-2
View File
@@ -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
}
-1
View File
@@ -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
}
-1
View File
@@ -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
}
-2
View File
@@ -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
}
-1
View File
@@ -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
}