From 92b0d8e10989ff02a45a72a57ca371f860a546f5 Mon Sep 17 00:00:00 2001 From: Kesuaheli Date: Sun, 15 Dec 2024 01:52:24 +0100 Subject: [PATCH] fix: typo in "blacklist" --- .gitignore | 2 +- config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 01c2e77..5b24fc2 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,7 @@ cake4everybot # runtime config files (as described in config.yml) modules/adventcalendar/images -modules/secretsanta/backlist.json +modules/secretsanta/blacklist.json modules/secretsanta/players.json twitch/prizes.json twitch/times.json diff --git a/config.yaml b/config.yaml index e144df0..6c2f25d 100644 --- a/config.yaml +++ b/config.yaml @@ -39,7 +39,7 @@ event: players: modules/secretsanta/players.json # the filepath for the blacklist # the blacklist maps a user ID to a list of user IDs that should not be matched - blacklist: modules/secretsanta/backlist.json + blacklist: modules/secretsanta/blacklist.json twitch_giveaway: # The amount of points a single giveaway ticket costs.