Cleaner Looking args

This commit is contained in:
Daniel Odendahl Jr
2017-05-02 17:54:07 +00:00
parent 57ee7fa82b
commit 3bb21c2df0
83 changed files with 787 additions and 616 deletions
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class CuddleCommand extends Command {
group: 'roleplay',
memberName: 'cuddle',
description: 'Cuddles something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class DivorceCommand extends Command {
group: 'roleplay',
memberName: 'divorce',
description: 'Divorces something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class EatCommand extends Command {
group: 'roleplay',
memberName: 'eat',
description: 'Eats something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class FalconPunchCommand extends Command {
group: 'roleplay',
memberName: 'falconpunch',
description: 'Falcon Punches something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class FistBumpCommand extends Command {
group: 'roleplay',
memberName: 'fistbump',
description: 'Fistbumps something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class HighFivesCommand extends Command {
group: 'roleplay',
memberName: 'highfive',
description: 'High Fives something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class HitwithShovelCommand extends Command {
group: 'roleplay',
memberName: 'hitwithsovel',
description: 'Hits something/someone with a shovel.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class HugCommand extends Command {
group: 'roleplay',
memberName: 'hug',
description: 'Hugs something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class InhaleCommand extends Command {
group: 'roleplay',
memberName: 'inhale',
description: 'Inhales something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class KillCommand extends Command {
group: 'roleplay',
memberName: 'kill',
description: 'Kills something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class KissCommand extends Command {
group: 'roleplay',
memberName: 'kiss',
description: 'Kisses something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class MarryCommand extends Command {
group: 'roleplay',
memberName: 'marry',
description: 'Marries something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class PatCommand extends Command {
group: 'roleplay',
memberName: 'pat',
description: 'Pats something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class PokeCommand extends Command {
group: 'roleplay',
memberName: 'poke',
description: 'Pokes something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class PunchCommand extends Command {
group: 'roleplay',
memberName: 'punch',
description: 'Punches something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}
+7 -5
View File
@@ -7,11 +7,13 @@ module.exports = class SlapCommand extends Command {
group: 'roleplay',
memberName: 'slap',
description: 'Slaps something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}]
args: [
{
key: 'thing',
prompt: 'What do you want to roleplay with?',
type: 'string'
}
]
});
}