diff options
author | 2019-09-19 22:48:22 +1000 | |
---|---|---|
committer | 2019-09-19 22:48:22 +1000 | |
commit | c4ccb671c8a0f365f0f5baa8dfd56a5af1036180 (patch) | |
tree | ba2165055766a37f29e16e002c32626da12a5d3c | |
parent | Remove egg_hunt (diff) |
Prevent empty JSON raising an exception.
-rw-r--r-- | bot/resources/halloween/github_links.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/resources/halloween/github_links.json b/bot/resources/halloween/github_links.json index e69de29b..0967ef42 100644 --- a/bot/resources/halloween/github_links.json +++ b/bot/resources/halloween/github_links.json @@ -0,0 +1 @@ +{} |