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
@@ -27,7 +27,6 @@ module.exports = class ThreeThousandYearsCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
-1
View File
@@ -34,7 +34,6 @@ module.exports = class AlertCommand extends Command {
args: [
{
key: 'message',
prompt: 'What should the alert say?',
type: 'string',
max: 280
}
-1
View File
@@ -33,7 +33,6 @@ module.exports = class LisaPresentationCommand extends Command {
args: [
{
key: 'text',
prompt: 'What should the text on the chalkboard be?',
type: 'string',
max: 50
}
-1
View File
@@ -35,7 +35,6 @@ module.exports = class BeLikeBillCommand extends Command {
args: [
{
key: 'name',
prompt: 'What should the name on the meme be?',
type: 'string',
default: 'Bill',
max: 20
-1
View File
@@ -32,7 +32,6 @@ module.exports = class BeautifulCommand extends Command {
args: [
{
key: 'user',
prompt: 'Which user would you like to edit the avatar of?',
type: 'user',
default: msg => msg.author
}
-4
View File
@@ -32,28 +32,24 @@ module.exports = class BoardroomMeetingCommand extends Command {
args: [
{
key: 'question',
prompt: 'What question should the meeting leader ask?',
type: 'string',
max: 100
},
{
key: 'suggestion1',
label: 'first suggestion',
prompt: 'What should the first employee suggest?',
type: 'string',
max: 50
},
{
key: 'suggestion2',
label: 'second suggestion',
prompt: 'What should the second employee suggest?',
type: 'string',
max: 50
},
{
key: 'final',
label: 'final suggestion',
prompt: 'What should the employee who gets thrown out the window suggest?',
type: 'string',
max: 50
}
-2
View File
@@ -23,14 +23,12 @@ module.exports = class BottomTextCommand extends Command {
args: [
{
key: 'top',
prompt: 'What should the top row of the meme to be?',
type: 'string',
max: 50,
parse: top => top.toUpperCase()
},
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 2048 })
}
-2
View File
@@ -27,13 +27,11 @@ module.exports = class CatchCommand extends Command {
args: [
{
key: 'is',
prompt: 'What is everyone who gets caught?',
type: 'string',
max: 15
},
{
key: 'time',
prompt: 'How long should I wait before revealing the second half of the image (in seconds)?',
type: 'integer',
max: 60,
min: 1,
-1
View File
@@ -44,7 +44,6 @@ module.exports = class ChallengerCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
-1
View File
@@ -33,7 +33,6 @@ module.exports = class ChangeMyMindCommand extends Command {
args: [
{
key: 'text',
prompt: 'What should be on the poster?',
type: 'string',
max: 500
}
-1
View File
@@ -39,7 +39,6 @@ module.exports = class ChiIdeaCommand extends Command {
args: [
{
key: 'text',
prompt: 'What is Chi\'s idea?',
type: 'string',
max: 100
}
-1
View File
@@ -28,7 +28,6 @@ module.exports = class CrushCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}
-1
View File
@@ -26,7 +26,6 @@ module.exports = class CursedSpongeCommand extends Command {
args: [
{
key: 'amount',
prompt: 'How many times do you want to duplicate the cursed sponge?',
type: 'integer',
max: 100,
min: 1
-3
View File
@@ -32,7 +32,6 @@ module.exports = class DearLiberalsCommand extends Command {
args: [
{
key: 'hashtag',
prompt: 'What hashtag should be on Ben Shapiro\'s sign? No spaces or symbols.',
type: 'string',
max: 10,
validate: hashtag => /^[A-Z0-9]+$/i.test(hashtag)
@@ -40,7 +39,6 @@ module.exports = class DearLiberalsCommand extends Command {
{
key: 'blueText',
label: 'blue text',
prompt: 'What should the blue text be?',
type: 'string',
max: 42,
parse: blueText => blueText.toUpperCase()
@@ -48,7 +46,6 @@ module.exports = class DearLiberalsCommand extends Command {
{
key: 'redText',
label: 'red text',
prompt: 'What should the red text be?',
type: 'string',
max: 24,
parse: redText => redText.toUpperCase()
-1
View File
@@ -18,7 +18,6 @@ module.exports = class DeepFryCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}
-3
View File
@@ -27,20 +27,17 @@ module.exports = class DemotivationalCommand extends Command {
args: [
{
key: 'title',
prompt: 'What should the title of the poster be?',
type: 'string',
max: 50,
parse: title => title.toUpperCase()
},
{
key: 'text',
prompt: 'What should the text of the poster be?',
type: 'string',
max: 100
},
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}
-1
View File
@@ -27,7 +27,6 @@ module.exports = class DislikeCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1024 })
}
@@ -28,17 +28,14 @@ module.exports = class DistractedBoyfriendCommand extends Command {
{
key: 'otherGirl',
label: 'other girl',
prompt: 'Which user should be the "other girl"?',
type: 'user'
},
{
key: 'girlfriend',
prompt: 'Which user should be the girlfriend?',
type: 'user'
},
{
key: 'boyfriend',
prompt: 'Which user should be the boyfriend?',
type: 'user'
}
]
-2
View File
@@ -33,13 +33,11 @@ module.exports = class DrakepostingCommand extends Command {
args: [
{
key: 'nah',
prompt: 'What text should be the "nah"?',
type: 'string',
max: 500
},
{
key: 'yeah',
prompt: 'What text should be the "yeah"?',
type: 'string',
max: 500
}
-1
View File
@@ -33,7 +33,6 @@ module.exports = class EddFactsBookCommand extends Command {
args: [
{
key: 'fact',
prompt: 'What should the fact on Edd\'s book be?',
type: 'string',
max: 500
}
-2
View File
@@ -28,13 +28,11 @@ module.exports = class EnslavedCommand extends Command {
args: [
{
key: 'name',
prompt: 'What is the name of thing you want to enslave?',
type: 'string',
max: 20
},
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
-1
View File
@@ -28,7 +28,6 @@ module.exports = class FoodBrokeCommand extends Command {
args: [
{
key: 'user',
prompt: 'Which user would you like to edit the avatar of?',
type: 'user',
default: msg => msg.author
}
-1
View File
@@ -27,7 +27,6 @@ module.exports = class ForFiveHoursCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1024 })
}
-1
View File
@@ -34,7 +34,6 @@ module.exports = class GenieRulesCommand extends Command {
args: [
{
key: 'text',
prompt: 'What do you want to wish for?',
type: 'string',
max: 500
}
@@ -34,7 +34,6 @@ module.exports = class GirlWorthFightingForCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
-3
View File
@@ -35,21 +35,18 @@ module.exports = class GruPlanCommand extends Command {
{
key: 'step1',
label: 'step 1',
prompt: 'What should the first step of Gru\'s plan be?',
type: 'string',
max: 150
},
{
key: 'step2',
label: 'step 2',
prompt: 'What should the second step of Gru\'s plan be?',
type: 'string',
max: 150
},
{
key: 'step3',
label: 'step 3',
prompt: 'What should the third step of Gru\'s plan be?',
type: 'string',
max: 150
}
-1
View File
@@ -28,7 +28,6 @@ module.exports = class IFearNoManCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
@@ -32,7 +32,6 @@ module.exports = class IfThoseKidsCouldReadCommand extends Command {
args: [
{
key: 'text',
prompt: 'What should the text of Bobby\'s poster be?',
type: 'string',
max: 500
}
-1
View File
@@ -32,7 +32,6 @@ module.exports = class KyonGunCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}
-1
View File
@@ -27,7 +27,6 @@ module.exports = class LikeCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1024 })
}
-1
View File
@@ -33,7 +33,6 @@ module.exports = class LisaPresentationCommand extends Command {
args: [
{
key: 'text',
prompt: 'What should the text of the presentation be?',
type: 'string',
max: 500
}
@@ -27,7 +27,6 @@ module.exports = class LookAtThisPhotographCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
@@ -33,7 +33,6 @@ module.exports = class LookWhatKarenHaveCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}
-3
View File
@@ -33,19 +33,16 @@ module.exports = class MarioBrosViewsCommand extends Command {
args: [
{
key: 'thing',
prompt: 'What do you want the Mario Bros. to tell their views on?',
type: 'string',
max: 20
},
{
key: 'mario',
prompt: 'What should Mario\'s views be?',
type: 'string',
max: 280
},
{
key: 'luigi',
prompt: 'What should Luigi\'s views be?',
type: 'string',
max: 280
}
-3
View File
@@ -27,21 +27,18 @@ module.exports = class MemeGenCommand extends Command {
args: [
{
key: 'top',
prompt: 'What should the top row of the meme to be?',
type: 'string',
max: 50,
parse: top => top.toUpperCase()
},
{
key: 'bottom',
prompt: 'What should the bottom row of the meme to be?',
type: 'string',
max: 50,
parse: bottom => bottom.toUpperCase()
},
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 2048 })
}
-2
View File
@@ -34,13 +34,11 @@ module.exports = class MetamorphosisCommand extends Command {
args: [
{
key: 'name',
prompt: 'What is the name of thing to morph into?',
type: 'string',
max: 280
},
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
@@ -28,7 +28,6 @@ module.exports = class MyCollectionGrowsCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
-2
View File
@@ -27,13 +27,11 @@ module.exports = class NewPasswordCommand extends Command {
args: [
{
key: 'weak',
prompt: 'What should the text of the weak password be?',
type: 'string',
max: 50
},
{
key: 'strong',
prompt: 'What should the text of the strong password be?',
type: 'string',
max: 50
}
-3
View File
@@ -33,19 +33,16 @@ module.exports = class NikeAdCommand extends Command {
args: [
{
key: 'something',
prompt: 'What should the something to believe in be?',
type: 'string',
max: 50
},
{
key: 'sacrifice',
prompt: 'What should believing result in (e.g. sacrificing everything)?',
type: 'string',
max: 50
},
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 2048 })
}
-3
View File
@@ -28,19 +28,16 @@ module.exports = class PanikKalmPanikCommand extends Command {
{
key: 'panik',
label: 'first panik',
prompt: 'What text should be the first panik?',
type: 'string',
max: 500
},
{
key: 'kalm',
prompt: 'What text should be the kalm?',
type: 'string',
max: 500
},
{
key: 'panik2',
prompt: 'What text should be the second panik?',
type: 'string',
max: 500
}
@@ -38,7 +38,6 @@ module.exports = class PhoebeTeachingJoeyCommand extends Command {
args: [
{
key: 'correct',
prompt: 'What should Phoebe try to teach Joey?',
type: 'string',
validate: correct => {
if (correct.split(' ') < 3) return 'Please provide at least three words.';
@@ -56,7 +55,6 @@ module.exports = class PhoebeTeachingJoeyCommand extends Command {
},
{
key: 'incorrect',
prompt: 'What should Joey repeat back?',
type: 'string',
max: 50
}
-1
View File
@@ -27,7 +27,6 @@ module.exports = class PillsCommand extends Command {
args: [
{
key: 'text',
prompt: 'What do you want to be hard to swallow?',
type: 'string',
max: 500
}
-3
View File
@@ -35,21 +35,18 @@ module.exports = class PlanktonPlanCommand extends Command {
{
key: 'step1',
label: 'step 1',
prompt: 'What should the first step of Plankton\'s plan be?',
type: 'string',
max: 150
},
{
key: 'step2',
label: 'step 2',
prompt: 'What should the second step of Plankton\'s plan be?',
type: 'string',
max: 150
},
{
key: 'step3',
label: 'step 3',
prompt: 'What should the third step of Plankton\'s plan be?',
type: 'string',
max: 150
}
-1
View File
@@ -28,7 +28,6 @@ module.exports = class RawCommand extends Command {
args: [
{
key: 'text',
prompt: 'What makes her want to do it raw?',
type: 'string',
max: 100
}
-2
View File
@@ -27,12 +27,10 @@ module.exports = class ReactionMemeCommand extends Command {
args: [
{
key: 'text',
prompt: 'What should the text of the meme be?',
type: 'string'
},
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1024 })
}
-1
View File
@@ -33,7 +33,6 @@ module.exports = class ScrollOfTruthCommand extends Command {
args: [
{
key: 'text',
prompt: 'What do you want the scroll of truth to say?',
type: 'string',
max: 500
}
-1
View File
@@ -21,7 +21,6 @@ module.exports = class SexySinglesCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1024 })
}
-2
View File
@@ -33,14 +33,12 @@ module.exports = class SkyrimSkillCommand extends Command {
args: [
{
key: 'skill',
prompt: 'What skill should be used?',
type: 'string',
max: 20,
parse: skill => skill.toUpperCase()
},
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 2048 })
}
-1
View File
@@ -33,7 +33,6 @@ module.exports = class SonicSaysCommand extends Command {
args: [
{
key: 'text',
prompt: 'What should Sonic say?',
type: 'string',
max: 500
}
-1
View File
@@ -33,7 +33,6 @@ module.exports = class SoraSelfieCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}
-1
View File
@@ -31,7 +31,6 @@ module.exports = class SosCommand extends Command {
args: [
{
key: 'message',
prompt: 'What should Esther spell out to signal for help?',
type: 'string',
max: 10
}
-2
View File
@@ -33,13 +33,11 @@ module.exports = class SpidermanPointingCommand extends Command {
args: [
{
key: 'first',
prompt: 'What should the first spiderman be?',
type: 'string',
max: 500
},
{
key: 'second',
prompt: 'What should the second spiderman be?',
type: 'string',
max: 500
}
-2
View File
@@ -34,13 +34,11 @@ module.exports = class SpongebobBurnCommand extends Command {
{
key: 'burn',
label: 'thing to burn',
prompt: 'What should Spongebob burn?',
type: 'string',
max: 150
},
{
key: 'person',
prompt: 'What should Spongebob be labelled as?',
type: 'string',
max: 15
}
@@ -33,7 +33,6 @@ module.exports = class ThatSignWontStopMeCommand extends Command {
args: [
{
key: 'text',
prompt: 'What should the text of the sign be?',
type: 'string',
max: 500
}
-1
View File
@@ -28,7 +28,6 @@ module.exports = class ThisGuyCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
-1
View File
@@ -28,7 +28,6 @@ module.exports = class ThugLifeCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 2048 })
}
-1
View File
@@ -27,7 +27,6 @@ module.exports = class ToBeContinuedCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}
-2
View File
@@ -33,13 +33,11 @@ module.exports = class TuxedoPoohCommand extends Command {
args: [
{
key: 'normal',
prompt: 'What text should be the normal Pooh?',
type: 'string',
max: 500
},
{
key: 'tuxedo',
prompt: 'What text should be the tuxedo Pooh?',
type: 'string',
max: 500
}
-2
View File
@@ -33,13 +33,11 @@ module.exports = class TwoButtonsCommand extends Command {
args: [
{
key: 'first',
prompt: 'What should the text of the first button be?',
type: 'string',
max: 280
},
{
key: 'second',
prompt: 'What should the text of the second button be?',
type: 'string',
max: 280
}
-1
View File
@@ -28,7 +28,6 @@ module.exports = class UglyCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
-1
View File
@@ -28,7 +28,6 @@ module.exports = class UltimateTattooCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
-1
View File
@@ -26,7 +26,6 @@ module.exports = class VietnamFlashbacksCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 2048 })
}
-2
View File
@@ -32,13 +32,11 @@ module.exports = class WhiteboardCommand extends Command {
args: [
{
key: 'initial',
prompt: 'What text should be on the first panel?',
type: 'string',
max: 500
},
{
key: 'resolved',
prompt: 'What text should be on the second panel?',
type: 'string',
max: 500
}
-1
View File
@@ -27,7 +27,6 @@ module.exports = class WorseThanHitlerCommand extends Command {
args: [
{
key: 'user',
prompt: 'Which user would you like to edit the avatar of?',
type: 'user',
default: msg => msg.author
}
-1
View File
@@ -28,7 +28,6 @@ module.exports = class WorthlessCommand extends Command {
args: [
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}