Split test for parts of day in compliments module

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-02-07 16:00:35 -03:00
parent 6fcaec3ca8
commit 03f5d9b102
2 changed files with 34 additions and 14 deletions

View File

@@ -24,13 +24,13 @@ var config = {
config: {
compliments: {
morning: [
"Morning test"
"Hi", "Good Morning", "Morning test"
],
afternoon: [
"Afternoon test"
"Hello", "Good Afternoon", "Afternoon test"
],
evening: [
"Evening test"
"Hello There", "Good Evening", "Evening test"
]
}
}