Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/listeners/autoReactHelperFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const greetings = [
'Annyeonghaseyo', // korean for hello
'Bonjour', // french for good morning
'Salut', // french for hi
'Salve', // latin for hello
'Salve' // latin for hello
]

const sleepings = ['gute nacht', 'nachti', 'schlaft gut', 'gn8']
Expand Down
Loading