diff --git a/uqcsbot/minecraft.py b/uqcsbot/minecraft.py index 534ea8b..5c863dc 100644 --- a/uqcsbot/minecraft.py +++ b/uqcsbot/minecraft.py @@ -11,7 +11,6 @@ from uqcsbot.bot import UQCSBot from uqcsbot.models import MCWhitelist from uqcsbot.utils.err_log_utils import FatalErrorWithLog -from uqcsbot.yelling import yelling_exemptor RCON_ADDRESS = os.environ.get("MC_RCON_ADDRESS") RCON_PORT = os.environ.get("MC_RCON_PORT") @@ -75,7 +74,6 @@ async def mcplayers(self, interaction: discord.Interaction): @app_commands.command() @app_commands.describe(username="Minecraft username to whitelist.") - @yelling_exemptor(input_args=["username"]) async def mcwhitelist(self, interaction: discord.Interaction, username: str): """Adds a username to the whitelist for the UQCS server.""" db_session = self.bot.create_db_session()