From 6ca77ac33318497e1cd67a08c9de81c22573ce32 Mon Sep 17 00:00:00 2001 From: Alex Sittampalam Date: Thu, 2 Sep 2021 13:26:57 +0100 Subject: Add patreon role configuration --- bot/constants.py | 4 ++++ config-default.yml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/bot/constants.py b/bot/constants.py index 4e99df7f3..33ba784af 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -514,6 +514,10 @@ class Roles(metaclass=YAMLGetter): jammers: int + patreon_tier_1: int + patreon_tier_2: int + patreon_tier_3: int + class Guild(metaclass=YAMLGetter): section = "guild" diff --git a/config-default.yml b/config-default.yml index baece5c51..95ba9fa53 100644 --- a/config-default.yml +++ b/config-default.yml @@ -287,6 +287,11 @@ guild: # Streaming video: 764245844798079016 + # Patreon + patreon_tier_1: 505040943800516611 + patreon_tier_2: 743399725914390631 + patreon_tier_3: 743400204367036520 + moderation_roles: - *ADMINS_ROLE - *MOD_TEAM_ROLE -- cgit v1.2.3