time announcement pool rotation

This commit is contained in:
Jill 2023-05-21 10:20:07 +03:00
parent 70b4f0de87
commit d737d519b4
Signed by: oat
GPG Key ID: 33489AA58A955108
1 changed files with 37 additions and 2 deletions

View File

@ -56,6 +56,22 @@ export const timeAnnouncements: Record<string, AnnouncementType> = {
' at REPLServer.Interface._line (node:readline:864:8)',
'```\ngood morning...\n```',
'hello everyone! good morning :)',
'https://tenor.com/view/have-a-beautiful-day-sun-shining-day-good-day-morning-good-morning-gif-16351404',
'good morning!!!!!!! have a beautiful sunshining day!!!',
'<a:slugbutt:1097469103964442714>',
'it\'s waking up time... wake up!! :)',
'Jillo Says:.... goo morning :)',
'uneebied..',
'https://tenor.com/view/animated-greetings-gif-good-morning-sunshine-gif-15394817',
'i wish you all a very Joyous morning...',
'hehe',
'hmmm today is monday i think...',
'hmmm today is thursday i think..??...',
'huhhhhh... morning already? you know what this means...',
'i dreamt today about the glogger...... it was kind of fire',
'a day awaits... time for Day! Day Time!',
'check this out <https://minecraft.fandom.com/wiki/Daylight_cycle> this is a reference to morning (time of day!)',
'✨ Good Morning! ✨',
]
},
evening: {
@ -89,9 +105,28 @@ export const timeAnnouncements: Record<string, AnnouncementType> = {
'may ur dreams be as pleasant as uhm.... cheesecake ..... good night',
'too sleepy for witty messages... Bed time ...',
'<a:slugloafspin:1012777725301370920> Good Night!! <a:slugloafspin:1012777725301370920>',
'eebied...',
'good morning!!!!!! ahahaha.... the joke is that!! it\'s night time!! sleep time!! bed time for you!!!!! goo night!!!!!',
'🎵 `OMORI OST - Welcome Again. Extended Version` Good night :)',
'don\'t tell anyone but i\'m gonna stay up a bit later today...... rest of you: bed time!!',
'time to Hit the Bed..',
'sleepy deeby time!!!',
'goob night!!',
'it\'s Sleepy time...',
'jillo currently eebied......... ehehehehe.... goo night',
'time to Fall Asleep and dream of if fish are real... (think abour it!',
'eebied up in the crib...',
'hmmm i\'m heading to bed... don\'t get up to anything too funny while i\'m gone!!! (i\'ll be sad!!) (just a bit though... you\'re allowed)',
':) bed time...',
'bed soft like pillow... pillow soft like bed... the cycle...',
'plopping myself directly into bed (maximum comfort achieved)',
'i wish everyone a good night!!!!',
'sleep soundly everyone!!!',
'✨ Good Night! ✨',
'g...'
]
},
sex: {
/*sex: {
hour: 17,
randomizeMinute: false,
messages: [
@ -99,7 +134,7 @@ export const timeAnnouncements: Record<string, AnnouncementType> = {
'sex. NO sleeping'
],
messagesPrefix: '<@&1088023310882836500>'
}
}*/
};
export function getNextAnnouncementTime(type: AnnouncementType) {