From c09453a520ed3ae22cf7b66929cb047061d8df22 Mon Sep 17 00:00:00 2001 From: ender <68495763+tookender@users.noreply.github.com> Date: Fri, 18 Oct 2024 20:41:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A3=20REMOVE=20difficulty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extensions/dq/calculators.py | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/dq/calculators.py b/extensions/dq/calculators.py index 926ce52..eaeaa54 100644 --- a/extensions/dq/calculators.py +++ b/extensions/dq/calculators.py @@ -95,7 +95,6 @@ async def calc_damage(self, ctx, ability: app_commands.Choice[str], helmet_power @app_commands.describe(current_level="The current level.") @app_commands.describe(goal_level="The goal level.") @app_commands.describe(dungeon_name="The name of the dungeon.") - @app_commands.describe(difficulty="The difficulty of the dungeon.") @app_commands.describe(event_active="Whether the x2 EXP event is active.") @app_commands.describe(booster_active="Whether the EXP potion is active.") @app_commands.describe(vip="Whether you have VIP.")