mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 10:51:05 -05:00
fix: Add missing checks import from redbot.core
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
"""Discord commands for VideoArchiver"""
|
"""Discord commands for VideoArchiver"""
|
||||||
import discord
|
import discord
|
||||||
from redbot.core import commands, app_commands
|
from redbot.core import commands, app_commands, checks
|
||||||
from typing import Optional, Literal
|
from typing import Optional, Literal
|
||||||
import yt_dlp
|
import yt_dlp
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|||||||
Reference in New Issue
Block a user