This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from Butterstroke/development
v1.3.0
- Loading branch information
Showing
48 changed files
with
810 additions
and
517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,46 @@ | ||
exports.starboard = { | ||
"wrongItem": [ | ||
"Nope, that's not going to work. You're going to need something that matches what you want to set.", | ||
"Sorry, that's not going to work. You need to match what you want to set." | ||
], | ||
"set": [ | ||
"Okay! I've set -target to -item!", | ||
"You're all set! -target is now set to -item!" | ||
], | ||
"list": [ | ||
"Okay! Here's your starboard settings:\n__Channel:__ <#-channel>\n__Emote:__ -emote\n__Amount:__ -amount" | ||
], | ||
"noItem": [ | ||
"Hmm... looks like you didn't want me to set anything.", | ||
"Didn't want me to set anything? Okay then..." | ||
], | ||
"remove": [ | ||
"Okay! I've set -target back to its original state.", | ||
"-target is now back to its original state!", | ||
"Okay! -target will be at it's default value then." | ||
] | ||
}; | ||
/* | ||
* Speech module for all configuation commands. | ||
*/ | ||
|
||
exports.setrole = { | ||
"highpos": [ | ||
"I can't assign that role. It's much higher than my highest role. Try lowering its position before making it assignable.", | ||
"That role's position is much higher than my highest. I won't be able to assign that role until you lower its position. Try again once you do!" | ||
], | ||
"added": [ | ||
"Okay! I'll be sure to distribute -role from now on!", | ||
"-role is now on my list of assignables!" | ||
], | ||
"remove": [ | ||
"Okay! I'll stop distributing -role from now on!", | ||
"-role has been removed from my list of assignables!" | ||
module.exports = { | ||
"starboard": { | ||
"wrongItem": [ | ||
"Nope, that's not going to work. You're going to need something that matches what you want to set.", | ||
"Sorry, that's not going to work. You need to match what you want to set." | ||
], | ||
"set": [ | ||
"Okay! I've set -target to -item!", | ||
"You're all set! -target is now set to -item!" | ||
], | ||
"list": [ | ||
"Okay! Here's your starboard settings:\n__Channel:__ <#-channel>\n__Emote:__ -emote\n__Amount:__ -amount" | ||
], | ||
"noItem": [ | ||
"Hmm... looks like you didn't want me to set anything.", | ||
"Didn't want me to set anything? Okay then..." | ||
], | ||
"remove": [ | ||
"Okay! I've set -target back to its original state.", | ||
"-target is now back to its original state!", | ||
"Okay! -target will be at it's default value then." | ||
] | ||
}, | ||
"setrole": { | ||
"highpos": [ | ||
"I can't assign that role. It's much higher than my highest role. Try lowering its position before making it assignable.", | ||
"That role's position is much higher than my highest. I won't be able to assign that role until you lower its position. Try again once you do!" | ||
], | ||
"added": [ | ||
"Okay! I'll be sure to distribute -role from now on!", | ||
"-role is now on my list of assignables!" | ||
], | ||
"remove": [ | ||
"Okay! I'll stop distributing -role from now on!", | ||
"-role has been removed from my list of assignables!" | ||
] | ||
}, | ||
"setprefix": [ | ||
"Okay! I've updated the guild prefix to -editPrefix.", | ||
"I'll be sure to stay on the lookout for -editPrefix now." | ||
] | ||
}; | ||
|
||
exports.setprefix = [ | ||
"Okay! I've updated the guild prefix to -editPrefix.", | ||
"I'll be sure to stay on the lookout for -editPrefix now." | ||
]; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,49 @@ | ||
/* Speech for cooking specific commands */ | ||
/* | ||
* Speech for cooking specific commands | ||
*/ | ||
|
||
exports.craft = { | ||
"noRecipe": [ | ||
"I couldn't find a recipe like that!" | ||
module.exports = { | ||
"craft": { | ||
"noRecipe": [ | ||
"I couldn't find a recipe like that!", | ||
"There's no recipe like that!" | ||
], | ||
"success": [ | ||
"Oh! You've crafted -amount of -item!", | ||
"Success! You've crafted -amount of -item" | ||
] | ||
}, | ||
"fish": [ | ||
"Nice catch! You just caught yourself -kind and placed it in your inventory.", | ||
"Looks like you'll be dining on -kind tonight. You place it in your inventory.", | ||
"You have caught -kind! You placed it in your inventory.", | ||
"Oh! A -kind. Looks like that's a winner. You have placed it in your inventory." | ||
], | ||
"success": [ | ||
"Oh! You've crafted -amount of -item!" | ||
] | ||
}; | ||
|
||
exports.fish = [ | ||
"Nice catch! You just caught yourself -kind and placed it in your inventory.", | ||
"Looks like you'll be dining on -kind tonight. You place it in your inventory.", | ||
"You have caught -kind! You placed it in your inventory.", | ||
"Oh! A -kind. Looks like that's a winner. You have placed it in your inventory." | ||
]; | ||
|
||
exports.harvest = { | ||
"noRow": [ | ||
"You should redeem your first daily. Then, you can harvest all you like." | ||
], | ||
"noCredits": [ | ||
"Hmm... you seem to be lacking in credits. Find some and come back." | ||
], | ||
"success": [ | ||
"You found a -kind. You placed it in your inventory", | ||
"That looks like a fine -kind. You placed it in your inventory.", | ||
"A -kind! You could make a good meal out of that one. You placed it in your inventory." | ||
] | ||
}; | ||
|
||
exports.inventory = [ //No account. Seperate from dataCheck since no credits are needed | ||
"Doesn't look like you've redeemed your first daily yet. Do that and then you'll have an inventory to look at!", | ||
"You don't have an inventory yet. Redeem your first daily to get one!" | ||
]; | ||
|
||
exports.sell = { | ||
"notEnough": [ | ||
"You don't have enough of this to sell!" | ||
"harvest": { | ||
"noRow": [ | ||
"You should redeem your first daily. Then, you can harvest all you like." | ||
], | ||
"noCredits": [ | ||
"Hmm... you seem to be lacking in credits. Find some and come back." | ||
], | ||
"success": [ | ||
"You found a -kind. You placed it in your inventory", | ||
"That looks like a fine -kind. You placed it in your inventory.", | ||
"A -kind! You could make a good meal out of that one. You placed it in your inventory." | ||
] | ||
}, | ||
"inventory": [ //No account. Seperate from dataCheck since no credits are needed | ||
"Doesn't look like you've redeemed your first daily yet. Do that and then you'll have an inventory to look at!", | ||
"You don't have an inventory yet. Redeem your first daily to get one!" | ||
], | ||
"success": [ | ||
"Success! You've sold -amount of -item for -price!" | ||
] | ||
"sell": { | ||
"notEnough": [ | ||
"You don't have enough of this to sell!", | ||
"That's more than you have! You can't sell this much." | ||
], | ||
"success": [ | ||
"Success! You've sold -amount of -item for -price!", | ||
"Okay! You've earned -price for selling -amount of -item" | ||
] | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,51 @@ | ||
/*Speech for all commands in the general economy section*/ | ||
/* | ||
* Speech for all commands in the general economy section | ||
*/ | ||
|
||
exports.balance = []; //Placeholder | ||
|
||
exports.daily = { | ||
"self": [ | ||
"You have redeemed 100 credits!", | ||
"Poof! You are 100 credits richer now!", | ||
"Don't go gambling your 100 credits all in one place now.", | ||
"You have redeemed your daily credits. Come back tomorrow at the same time for more!", | ||
"You should buy me a game with those credits. I won't take all 100 on you, I swear." | ||
], | ||
"other": [ | ||
"Oh? Feeling generous are we? You have given -user -credit credits!", | ||
"Success! -user is now -credit credits richer!", | ||
"-user is really going to make it rain with -credit extra credits in their pockets!" | ||
] | ||
}; | ||
|
||
exports.exchange = [ | ||
"-user1 just gave -user2 -credit credits!", | ||
"Looks like -user2 is -credit credits richer because of -user1.", | ||
"Exchange complete, -user1! -user2 has received -credit credits.", | ||
"Credits exchanged! -credit credits have been given to -user2." | ||
]; | ||
|
||
exports.rep = [ | ||
"You have given -mention a reputation point!", | ||
"One new, shiny reputation point for -mention has been given!" | ||
]; | ||
|
||
exports.revoke = { | ||
"prompt": [ | ||
"By doing this, you will delete all of your data. If you want to do this, reply with \"yes\"." | ||
], | ||
"stopped": [ | ||
"Action aborted. Nothing has happened." | ||
module.exports = { | ||
"balance": null, //Placeholder | ||
"daily": { | ||
"self": [ | ||
"You have redeemed -credit credits!", | ||
"Poof! You are -credit credits richer now!", | ||
"Don't go gambling your -credit credits all in one place now.", | ||
"You have redeemed your daily credits. Come back tomorrow at the same time for more!", | ||
"You should buy me a game with those credits. I won't take all -credit on you, I swear.", | ||
"Nice! Now you'll be able to buy me a game with those credits! Don't worry, I won't take all -credit on you." | ||
], | ||
"other": [ | ||
"Oh? Feeling generous are we? You have given -user -credit credits!", | ||
"Success! -user is now -credit credits richer!", | ||
"-user is really going to make it rain with -credit extra credits in their pockets!" | ||
] | ||
}, | ||
"exchange": [ | ||
"-user1 just gave -user2 -credit credits!", | ||
"Looks like -user2 is -credit credits richer because of -user1.", | ||
"Exchange complete, -user1! -user2 has received -credit credits.", | ||
"Credits exchanged! -credit credits have been given to -user2." | ||
], | ||
"success": [ | ||
"Okay. I've deleted your data from my systems. If you want to give it to me again, wait 24 hours." | ||
"rep": [ | ||
"You have given -mention a reputation point!", | ||
"One new, shiny reputation point for -mention has been given!", | ||
"-mention has been awarded a reputation point!" | ||
], | ||
"timeout": [ | ||
"Whoops! Looks like you forgot to respond to me. I'm not waiting around anymore." | ||
] | ||
} | ||
"revoke": { | ||
"prompt": [ | ||
"By doing this, you will delete all of your data. If you want to do this, reply with \"yes\".", | ||
"You will delete all of your data if you do this. To confirm your action, reply with \"yes\"." | ||
], | ||
"stopped": [ | ||
"Action aborted. Nothing has happened.", | ||
"Action cancelled! Nothing has happened." | ||
], | ||
"success": [ | ||
"Okay. I've deleted your data from my systems. If you want to give it to me again, wait 24 hours.", | ||
"Just like that, your data is deleted. If you want to give it to me again, wait 24 hours before redeeming a daily." | ||
], | ||
"timeout": [ | ||
"Whoops! Looks like you forgot to respond to me. I'm not waiting around anymore.", | ||
"I can't wait all day. Try again when ready to." | ||
] | ||
} | ||
}; |
Oops, something went wrong.