diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2022-04-01 12:55:52 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-04-01 13:02:51 +0100 |
commit | da1c3c526272f66ae6d7314d7eee753a0921955d (patch) | |
tree | 9ab3fd6a9c1491b93ef8294b6cb09e7dca5a1e2f | |
parent | 231b9f256b78fbb2f12216c74d7bf1e934e005f9 (diff) | |
download | serenity-da1c3c526272f66ae6d7314d7eee753a0921955d.zip |
Base: Add a quote to fortunes.json
-rw-r--r-- | Base/res/fortunes.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Base/res/fortunes.json b/Base/res/fortunes.json index ae76da2785..52bdb432cc 100644 --- a/Base/res/fortunes.json +++ b/Base/res/fortunes.json @@ -216,5 +216,11 @@ "url": "https://discord.com/channels/830522505605283862/831544568767578162/956270720407699456", "utc_time": 1648063106, "context": "Misunderstanding of the \"good first issue\" tag" + }, + { + "quote": "my problems are imaginary!! wohoo!!", + "author": "awesomekling", + "url": "https://discord.com/channels/830522505605283862/830525031720943627/959405975339696168", + "utc_time": 1648810617 } ] |