From d89d8a5bd5a773ecb6ee630d0968ecc3fe415c8f Mon Sep 17 00:00:00 2001 From: Timon Date: Thu, 6 Aug 2026 19:57:53 +0200 Subject: [PATCH] Fixed issue with duplicated message parameter --- modules/welcomer/configs/channels.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/welcomer/configs/channels.json b/modules/welcomer/configs/channels.json index fcd15431..91fc7592 100644 --- a/modules/welcomer/configs/channels.json +++ b/modules/welcomer/configs/channels.json @@ -85,10 +85,6 @@ { "name": "guildLevel", "description": "Boost-Level of the guild after the boost" - }, - { - "name": "mention", - "description": "Mention of the user who unboosted" } ] },