diff --git a/src/lib/subscriptions.ts b/src/lib/subscriptions.ts index e6e9a84..08cc30a 100644 --- a/src/lib/subscriptions.ts +++ b/src/lib/subscriptions.ts @@ -56,6 +56,22 @@ export const timeAnnouncements: Record = { ' 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!!!', + '', + '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 this is a reference to morning (time of day!)', + '✨ Good Morning! ✨', ] }, evening: { @@ -89,9 +105,28 @@ export const timeAnnouncements: Record = { 'may ur dreams be as pleasant as uhm.... cheesecake ..... good night', 'too sleepy for witty messages... Bed time ...', ' Good Night!! ', + '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 = { 'sex. NO sleeping' ], messagesPrefix: '<@&1088023310882836500>' - } + }*/ }; export function getNextAnnouncementTime(type: AnnouncementType) {