From ee4e639c30ab604bdc627f6d1b729981703b56fb Mon Sep 17 00:00:00 2001 From: Rene Arumetsa Date: Mon, 25 May 2026 17:44:43 +0300 Subject: [PATCH] Remove custom_id from shop, which causes bug of tiers not working --- commands/economy_extra_commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/economy_extra_commands.py b/commands/economy_extra_commands.py index af65f24..264bff0 100644 --- a/commands/economy_extra_commands.py +++ b/commands/economy_extra_commands.py @@ -813,7 +813,6 @@ def register_economy_extra_commands( btn = discord.ui.Button( label=label, style=discord.ButtonStyle.primary if t == self._tier else discord.ButtonStyle.secondary, - custom_id=f"shop_tier_{t}", ) btn.callback = self._make_callback(t) self.add_item(btn)