From ebae02b83b7aee0e0b9fb89c6c65a4888c86369d Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Fri, 15 Nov 2024 01:08:39 +0000 Subject: [PATCH] fix: Add missing checks import from redbot.core --- videoarchiver/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videoarchiver/commands.py b/videoarchiver/commands.py index 378102d..6711591 100644 --- a/videoarchiver/commands.py +++ b/videoarchiver/commands.py @@ -1,6 +1,6 @@ """Discord commands for VideoArchiver""" import discord -from redbot.core import commands, app_commands +from redbot.core import commands, app_commands, checks from typing import Optional, Literal import yt_dlp from datetime import datetime