diff options
author | 2020-11-16 19:05:04 +0200 | |
---|---|---|
committer | 2020-11-16 19:05:04 +0200 | |
commit | 4c24cadf853c915010ec5294da185f4a2b0248d5 (patch) | |
tree | a2c0628c61838f7437087bf80e57a041e381fd41 | |
parent | Port HacktoberStats cog to use Redis instead of JSON (diff) |
Remove unnecessary JSON files
-rw-r--r-- | bot/resources/evergreen/branding.json | 3 | ||||
-rw-r--r-- | bot/resources/halloween/candy_collection.json | 1 | ||||
-rw-r--r-- | bot/resources/halloween/github_links.json | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/bot/resources/evergreen/branding.json b/bot/resources/evergreen/branding.json deleted file mode 100644 index 747c0fe8..00000000 --- a/bot/resources/evergreen/branding.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "daemon_active": false -} diff --git a/bot/resources/halloween/candy_collection.json b/bot/resources/halloween/candy_collection.json deleted file mode 100644 index 0967ef42..00000000 --- a/bot/resources/halloween/candy_collection.json +++ /dev/null @@ -1 +0,0 @@ -{} diff --git a/bot/resources/halloween/github_links.json b/bot/resources/halloween/github_links.json deleted file mode 100644 index 0967ef42..00000000 --- a/bot/resources/halloween/github_links.json +++ /dev/null @@ -1 +0,0 @@ -{} |